[main] Update dependencies from dotnet/sdk (#11529)
[main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21412.1 to 6.0.100-preview.6.21413.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
30718be375
commit
c442156903
2 changed files with 8 additions and 8 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>eb15b9cbc3c8e337feb18ceb6e321a25e3b9faaf</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21413.13">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21413.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b6ded135db203393a40cf68f65d44b2e4ca78773</Sha>
|
||||
<Sha>d82f08aae0acc88f9bd38e964956b2da7802fab1</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21413.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21413.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b6ded135db203393a40cf68f65d44b2e4ca78773</Sha>
|
||||
<Sha>d82f08aae0acc88f9bd38e964956b2da7802fab1</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-rc.1.21412.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>f766a71b78a3e7fd3cb2333ba508a8a6ba611c3c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21412.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21413.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
<Sha>4dd506a685d7d81a0e7782ca56d6c0db0064d7d4</Sha>
|
||||
<Sha>c321df28835445093009af394ddf3c31e9b1fc91</Sha>
|
||||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21413.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21413.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21413.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21413.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue