Update dependencies from https://github.com/dotnet/sdk build 20200902.20 (#8391)

[release/5.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20452.1 to 3.8.0-3.20452.3 (parent: Microsoft.NET.Sdk)

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.1.20452.15 to 5.0.100-rc.1.20452.20
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20452.15 to 5.0.100-rc.1.20452.20
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20452.1 to 3.8.0-3.20452.3
This commit is contained in:
dotnet-maestro[bot] 2020-09-03 04:03:35 +00:00 committed by GitHub
parent 31c7208879
commit 4a80fb6258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>da62f3656cac0ac4bfb6b012bc072b3499f78e6c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20452.15">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20452.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>69d301a57254028719f23907925d9a2bc3af1e6e</Sha>
<Sha>394fae2553937858c8f05a6158613dcc7f821fba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20452.15">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20452.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>69d301a57254028719f23907925d9a2bc3af1e6e</Sha>
<Sha>394fae2553937858c8f05a6158613dcc7f821fba</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-rc.1.20451.14" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -109,9 +109,9 @@
<Sha>863b5502cc43b1c75b5a93ac395899f8d8b5f0a4</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20452.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20452.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>33457b20f638f64b56ed9b9517926d7f36eb7321</Sha>
<Sha>90e570d763637c4d0d30524674a64b07bb885994</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20451-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -53,8 +53,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20452.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20452.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20452.20</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20452.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>