From 806fe82f6442d50511e754596479e07a28fc022b Mon Sep 17 00:00:00 2001 From: Manodasan Wignarajah Date: Wed, 2 Jun 2021 11:32:47 -0700 Subject: [PATCH] Update dotnet SDK to to address VS 16.10 regressions (#857) * Update .NET SDK * Remove compilers toolset package to use newer default. * Update workspaces package version * Fix one more version. --- .../WinRT.SourceGenerator/WinRT.SourceGenerator.csproj | 2 +- src/Directory.Build.targets | 6 ------ src/Tests/DiagnosticTests/DiagnosticTests.csproj | 2 +- src/build.cmd | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/Authoring/WinRT.SourceGenerator/WinRT.SourceGenerator.csproj b/src/Authoring/WinRT.SourceGenerator/WinRT.SourceGenerator.csproj index 833b07029..13965c550 100644 --- a/src/Authoring/WinRT.SourceGenerator/WinRT.SourceGenerator.csproj +++ b/src/Authoring/WinRT.SourceGenerator/WinRT.SourceGenerator.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 3620a4af8..f4d0f0cfa 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -4,8 +4,6 @@ preview https://api.nuget.org/v3/index.json; - https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json; - https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json; https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json; @@ -21,10 +19,6 @@ - - - - diff --git a/src/Tests/DiagnosticTests/DiagnosticTests.csproj b/src/Tests/DiagnosticTests/DiagnosticTests.csproj index dd4af04ad..aa19aa2a8 100644 --- a/src/Tests/DiagnosticTests/DiagnosticTests.csproj +++ b/src/Tests/DiagnosticTests/DiagnosticTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/build.cmd b/src/build.cmd index ef1072617..4d2739ac0 100644 --- a/src/build.cmd +++ b/src/build.cmd @@ -1,7 +1,7 @@ @echo off if /i "%cswinrt_echo%" == "on" @echo on -set CsWinRTNet5SdkVersion=5.0.100 +set CsWinRTNet5SdkVersion=5.0.300 set this_dir=%~dp0