From 4ddb1984fb14f8ef014ce40d18903f72390e9b61 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Fri, 6 Mar 2020 09:31:52 -0800 Subject: [PATCH] Updating to netcoreapp3.1 --- global.json | 2 +- src/MSBuildBinLogQuery/MSBuildBinLogQuery.csproj | 2 +- src/core-sdk-tasks/core-sdk-tasks.csproj | 2 +- src/dotnet-core-uninstall/dotnet-core-uninstall.csproj | 2 +- src/redist/redist.csproj | 2 +- src/redist/targets/BuildCoreSdkTasks.targets | 2 +- test/MSBuildBinLogQuery.Tests/MSBuildBinLogQuery.Tests.csproj | 2 +- .../dotnet-core-uninstall.Tests.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/global.json b/global.json index b7bcd09a..70530aaf 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.0.101" + "dotnet": "3.1.102" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20113.5" diff --git a/src/MSBuildBinLogQuery/MSBuildBinLogQuery.csproj b/src/MSBuildBinLogQuery/MSBuildBinLogQuery.csproj index 096b6bec..4ffb13f3 100644 --- a/src/MSBuildBinLogQuery/MSBuildBinLogQuery.csproj +++ b/src/MSBuildBinLogQuery/MSBuildBinLogQuery.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + netcoreapp3.1 Microsoft.Build.Logging.Query preview diff --git a/src/core-sdk-tasks/core-sdk-tasks.csproj b/src/core-sdk-tasks/core-sdk-tasks.csproj index d540d8c0..567f656e 100644 --- a/src/core-sdk-tasks/core-sdk-tasks.csproj +++ b/src/core-sdk-tasks/core-sdk-tasks.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp3.1 true Microsoft.DotNet.Cli.Build diff --git a/src/dotnet-core-uninstall/dotnet-core-uninstall.csproj b/src/dotnet-core-uninstall/dotnet-core-uninstall.csproj index 627d2c15..308631db 100644 --- a/src/dotnet-core-uninstall/dotnet-core-uninstall.csproj +++ b/src/dotnet-core-uninstall/dotnet-core-uninstall.csproj @@ -4,7 +4,7 @@ Exe win-x86;osx-x64 true - netcoreapp3.0 + netcoreapp3.1 diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index 3626ee7e..a46ca763 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp3.1 true false false diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index eac58dd4..a01a7c5f 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -1,6 +1,6 @@ - $(ArtifactsDir)tasks\bin\core-sdk-tasks\$(Configuration)\netcoreapp3.0\core-sdk-tasks.dll + $(ArtifactsDir)tasks\bin\core-sdk-tasks\$(Configuration)\netcoreapp3.1\core-sdk-tasks.dll $(RepoRoot)src\core-sdk-tasks\core-sdk-tasks.csproj diff --git a/test/MSBuildBinLogQuery.Tests/MSBuildBinLogQuery.Tests.csproj b/test/MSBuildBinLogQuery.Tests/MSBuildBinLogQuery.Tests.csproj index 7ee6235f..c39d64d1 100644 --- a/test/MSBuildBinLogQuery.Tests/MSBuildBinLogQuery.Tests.csproj +++ b/test/MSBuildBinLogQuery.Tests/MSBuildBinLogQuery.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.0 + netcoreapp3.1 false diff --git a/test/dotnet-core-uninstall.Tests/dotnet-core-uninstall.Tests.csproj b/test/dotnet-core-uninstall.Tests/dotnet-core-uninstall.Tests.csproj index 19b95eb8..5609daf1 100644 --- a/test/dotnet-core-uninstall.Tests/dotnet-core-uninstall.Tests.csproj +++ b/test/dotnet-core-uninstall.Tests/dotnet-core-uninstall.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp3.1