Update dependencies from https://github.com/dotnet/sdk build 20200922.5 (#8663)

[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20460.2 to 3.8.0-4.20472.3 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-09-22 11:11:01 +00:00 committed by GitHub
parent 9d8ebaaa9e
commit afbb420780
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>545ef30a75ffd18beaba07430bc04c6991ddfdda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20472.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20472.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2a021c9a8bbb64e69f597c9012c0d565616f2bc1</Sha>
<Sha>d2e16c345e07913da52e982ca6043434a27d18de</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20472.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20472.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2a021c9a8bbb64e69f597c9012c0d565616f2bc1</Sha>
<Sha>d2e16c345e07913da52e982ca6043434a27d18de</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.2.20466.6" 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-3.20460.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-4.20472.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>d57cda76c2b76cff75487a085d289cfadd99150b</Sha>
<Sha>6b285c423c78d4fd5e099606cafd73bc1980fd38</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20468-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

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