Update dependencies from https://github.com/dotnet/sdk build 20210514.10 (#10632)
[main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.5.21263.3 to 6.0.100-preview.5.21264.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
699121567d
commit
bb60cda99a
2 changed files with 8 additions and 8 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>14d86c2b046001c3e3db8792126020d4a4071627</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21264.9">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21264.10">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bb47ccb41e27a0f2968c4ac4cacbf168c2ff0334</Sha>
|
||||
<Sha>ab912dabd2791109e1580cefe347984bc24e7615</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21264.9">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21264.10">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bb47ccb41e27a0f2968c4ac4cacbf168c2ff0334</Sha>
|
||||
<Sha>ab912dabd2791109e1580cefe347984bc24e7615</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,9 +108,9 @@
|
|||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>23f1488126d3962a3c6125a0bcfb3c79d0553a69</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21263.3" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21264.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
<Sha>82e3d7cf6256e9cf477ab011dba5812a1ccca49d</Sha>
|
||||
<Sha>7a5c445a69359415b7ff18b91cd24472ef9509ff</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21264.4" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21264.9</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21264.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21264.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21264.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue