Update dependencies from https://github.com/dotnet/sdk build 20200929.13 (#8756)

[release/5.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20479.2 to 3.8.0-4.20480.2 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-09-30 08:37:09 +00:00 committed by GitHub
parent f014dcb851
commit 3cdbfcbe25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>05138fc9225cd932738b9672e61dcaf86ec693b7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20479.11">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20479.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>655edd958fad922cb2762438048b860a096b4e1b</Sha>
<Sha>feaa67f1b0de65f6c819125fb4169994e5966f24</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20479.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20479.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>655edd958fad922cb2762438048b860a096b4e1b</Sha>
<Sha>feaa67f1b0de65f6c819125fb4169994e5966f24</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-rtm.20478.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -113,9 +113,9 @@
<Sha>6d26f7ac409c5723bca669385e65582e69b4da75</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-4.20479.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-4.20480.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1dd007226c75bda68c2e37d46c3ccfacb85d952b</Sha>
<Sha>d0a23d1c23c7ae4435ec8a12234534c497dfcdd3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20473-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20479.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20479.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20479.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20479.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>