diff --git a/src/tests/Common/external/external.csproj b/src/tests/Common/external/external.csproj index 1e4242242eac90..718d92e2bd2aa4 100644 --- a/src/tests/Common/external/external.csproj +++ b/src/tests/Common/external/external.csproj @@ -71,17 +71,17 @@ - + - - + false Microsoft.DotNet.XUnitConsoleRunner $(MicrosoftDotNetXUnitConsoleRunnerVersion) diff --git a/src/tests/Common/xunitconsolerunner.depproj b/src/tests/Common/xunitconsolerunner.depproj index e29faafcbfa970..27b95331207437 100644 --- a/src/tests/Common/xunitconsolerunner.depproj +++ b/src/tests/Common/xunitconsolerunner.depproj @@ -1,6 +1,6 @@ - net7.0 + $(NetCoreAppToolCurrent) diff --git a/src/workloads/readme.md b/src/workloads/readme.md index 6ef5685589089d..0f82ab54eccff0 100644 --- a/src/workloads/readme.md +++ b/src/workloads/readme.md @@ -1,2 +1,2 @@ # Building -The workloads project can only be built using .NET Framework msbuild. To build locally, run ```build -project src\workloads\workloads.csproj -msbuildEngine vs``` +The workloads project can only be built using .NET Framework msbuild. To build locally, run ```.\build.cmd -project src\workloads\workloads.csproj -msbuildEngine vs``` diff --git a/src/workloads/workloads.csproj b/src/workloads/workloads.csproj index 4094e043977849..e2e96fd572c17e 100644 --- a/src/workloads/workloads.csproj +++ b/src/workloads/workloads.csproj @@ -1,18 +1,6 @@  - - net7.0 - net5.0 - net472 - $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersVersion)\tools\$(MicrosoftDotNetBuildTasksInstallersTaskTargetFramework)\Microsoft.DotNet.Build.Tasks.Installers.dll - - - - - - - $(NetCoreAppCurrent) false @@ -40,10 +28,10 @@ - + - +