Update dependencies from https://github.com/dotnet/sdk build 20201008.14 (#8823)

[release/5.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20507.21 to 3.8.0-4.20508.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-10-08 23:55:28 +00:00 committed by GitHub
parent 9e0f682dae
commit 8e96a4410d
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.20508.12">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20508.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e18c4f4a6ea996677efd30ec9594a2656f031573</Sha>
<Sha>d0ddb0847f0834360236475d1f0560140068ded1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20508.12">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20508.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e18c4f4a6ea996677efd30ec9594a2656f031573</Sha>
<Sha>d0ddb0847f0834360236475d1f0560140068ded1</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.20506.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -113,9 +113,9 @@
<Sha>7b58c9473128930a58bd960c10e84b28f2f4a906</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-4.20507.21" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-4.20508.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>82cb26e9633ee856ed15cbaf84b1f35553d1d023</Sha>
<Sha>c4df3c25164b4fa5385f0a7dc16de79365c2aa9a</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20475-05" 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.20508.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20508.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20508.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20508.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>