Update dependencies from https://github.com/dotnet/sdk build 20200903.7 (#8395)

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

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.1.20453.6 to 5.0.100-rc.1.20453.7
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20453.6 to 5.0.100-rc.1.20453.7
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20452.3 to 3.8.0-3.20453.2
This commit is contained in:
dotnet-maestro[bot] 2020-09-03 12:23:36 +00:00 committed by GitHub
parent d340505ecc
commit 9c0ca47988
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.20453.6">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20453.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cafa7bc6ef438e19f79583bbaeeb0342db10d274</Sha>
<Sha>1c6403afced118a403dfd03f997d8704820c5a94</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20453.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20453.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cafa7bc6ef438e19f79583bbaeeb0342db10d274</Sha>
<Sha>1c6403afced118a403dfd03f997d8704820c5a94</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.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20453.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>90e570d763637c4d0d30524674a64b07bb885994</Sha>
<Sha>e78b37e454b97aba60afe28def2d5a7a3f1a372d</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.20453.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20453.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20453.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20453.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>