mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
256c3a7a53
Add a test for buildDotnetModule's `projectReferences = [ ... ];` feature, which is currently unused and therefore untested in nixpkgs.
6 lines
147 B
XML
6 lines
147 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<PackageId>ProjectReferencesTest.Library</PackageId>
|
|
</PropertyGroup>
|
|
</Project>
|