Update dependencies from https://github.com/dotnet/sdk build 20201105.6 (#9017)
[master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20554.14 to 3.9.0-2.20555.28 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
ed64c4a6b5
commit
04fd56cace
2 changed files with 8 additions and 8 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>355870d2fa55a9535cf55892514b4f1af281842f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20555.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20555.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>76b976e1bfa255f1f50b4a8e7b0d52abd02ac228</Sha>
|
||||
<Sha>6657d4871335e7b577217d0429c1de00f60326f6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20555.5">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20555.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>76b976e1bfa255f1f50b4a8e7b0d52abd02ac228</Sha>
|
||||
<Sha>6657d4871335e7b577217d0429c1de00f60326f6</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="6.0.0-alpha.1.20528.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Sha>57974c1f5790e6fb33f5fce161707be5cd86c4d3</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-2.20554.14" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-2.20555.28" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>6dc64fa4ea1a1fdfc1beeda0b36ad840570c6975</Sha>
|
||||
<Sha>c3db71d3a3331252e2b65fd3a099156af1465fd1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20555-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20555.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20555.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20555.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20555.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue