Update dependencies from https://github.com/dotnet/sdk build 20210427.1 (#10364)
[main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.5.21226.4 to 6.0.100-preview.5.21227.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.10.0-3.21226.18 to 4.0.0-2.21227.16 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
c8fc6a7144
commit
91040a9edd
2 changed files with 10 additions and 10 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>350c7469a34481c8d15af9863799e35ba442bdf9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21226.16">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21227.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bdc20099270b43394b43e5b2c2c5a448a18f0bd3</Sha>
|
||||
<Sha>0e5fb0b1fc9a960736e8173da0eb96416200618b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21226.16">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21227.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bdc20099270b43394b43e5b2c2c5a448a18f0bd3</Sha>
|
||||
<Sha>0e5fb0b1fc9a960736e8173da0eb96416200618b</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-preview.5.21226.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -108,14 +108,14 @@
|
|||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>15908ea38653d1ee486c2563e2a0e2206256573f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21226.4" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21227.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
<Sha>4f95e906b0c5d9514b77179105e7758f2c4b7c1c</Sha>
|
||||
<Sha>bf37b2909bbfb2942173e7b383642c9b32ae0e79</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21226.18" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21227.16" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>cf3606a1b2cb6282e4e7a64a079ca082abbeee79</Sha>
|
||||
<Sha>3901a238f3982ddd73b203e0e383eadce91e407c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21223-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21226.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21226.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21227.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21227.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue