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