1 write to Properties
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToBuildANetCoreApp.cs (1)
245
Properties
= { { "EmitLegacyAssetsFileItems", "true" } }
4 references to Properties
dotnet.Tests (1)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
352
command.
Properties
.Add("CompilerApiVersion", compilerApiVersion);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToRunILLink.cs (1)
2309
illinkTargetsCommand.
Properties
.Add("PublishTrimmed", "true");
Microsoft.NET.TestFramework (2)
Commands\GetValuesCommand.cs (2)
112
if (
Properties
.Count != 0)
117
foreach (var pair in
Properties
)