Update dependencies from https://github.com/dotnet/sdk build 20210924.2 (#12119)
[release/6.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
441990faf6
commit
48724ddc99
2 changed files with 6 additions and 6 deletions
|
@ -98,14 +98,14 @@
|
|||
<Sha>4b53271e35147c45f26df629ae1530b51d574bcb</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21473.78">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21474.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7156781d4c687ddf6e0f24d244c0c239a92dd02e</Sha>
|
||||
<Sha>31a2e7c7dcd8d7268a9385eb6a0285a8b5431799</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21473.78">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21474.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7156781d4c687ddf6e0f24d244c0c239a92dd02e</Sha>
|
||||
<Sha>31a2e7c7dcd8d7268a9385eb6a0285a8b5431799</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-rtm.21472.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21473.78</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21473.78</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21474.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21474.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue