Update dependencies from https://github.com/dotnet/sdk build 20210901.29 (#11811)
[release/6.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
7f1c61b4f0
commit
07432e19e7
2 changed files with 6 additions and 6 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>30eeb5502b4f4f821d50dc73373324ea6816905a</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21451.25">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21451.29">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8650563bba23fcf3111bfc6ba2412514eb6e080f</Sha>
|
||||
<Sha>9b28ea46880ce5c53133f113c163cb0a933b1f7a</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21451.25">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21451.29">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8650563bba23fcf3111bfc6ba2412514eb6e080f</Sha>
|
||||
<Sha>9b28ea46880ce5c53133f113c163cb0a933b1f7a</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.2.21430.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21451.25</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21451.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21451.29</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21451.29</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue