Update dependencies from https://github.com/dotnet/sdk build 20200908.11 (#8436)

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

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.2.20458.9 to 5.0.100-rc.2.20458.11
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.2.20458.9 to 5.0.100-rc.2.20458.11
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20454.4 to 3.8.0-3.20458.6
This commit is contained in:
dotnet-maestro[bot] 2020-09-09 03:16:17 +00:00 committed by GitHub
parent 468372f93d
commit eb0d13e069
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.2.20458.9">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20458.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3fe0d030974c47f8a201875e38a114f4b53ce722</Sha>
<Sha>bbdfbb46627c359aa75f8e55ccaaa0cf3c31908c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20458.9">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20458.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3fe0d030974c47f8a201875e38a114f4b53ce722</Sha>
<Sha>bbdfbb46627c359aa75f8e55ccaaa0cf3c31908c</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.20454.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20458.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>100f4bee62f45e4ef8756956529d91a7f3407a20</Sha>
<Sha>b446afd34759150c2ea3b86ab794104e12e64db1</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20454-01" 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.2.20458.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20458.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20458.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20458.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>