diff --git a/Directory.Build.props b/Directory.Build.props index db48d7f60..35439d3b3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -25,7 +25,10 @@ true net6.0 - NU5125;NU5105;NU1701 + + NU5125;NU5105;NU1701;MSB3243;MSB3247 diff --git a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj index 0ba5479f9..b22ce46fd 100644 --- a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj +++ b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj @@ -1,13 +1,11 @@ - + Exe - netcoreapp3.0 - $(RestoreAdditionalProjectSources);$(TEST_PACKAGES) + net5.0 - - + diff --git a/global.json b/global.json index 14e4d5b56..5bfe462e3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-preview.3.21202.5", + "dotnet": "6.0.100-preview.5.21228.9", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 14a5887c8..f4a272743 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -492,6 +492,13 @@ + + + + + + + diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 111a141e9..ed8220c86 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -244,7 +244,7 @@ $(ArtifactsLogDir)$(TestProjectName).log -noautoreporters -noRepoInference - $(TestArgs) -dotnetPath $(DotnetToTestPath)\dotnet + $(TestArgs) -dotnetPath $(DotnetToTestPath)dotnet $(TestArgs) -testExecutionDirectory $(TestExecutionDirectory) $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestConfig.xml" $(TestArgs) -xml "$(ResultsXmlPath)"