Update dependencies from https://github.com/dotnet/sdk build 20210916.18 (#12007)
[release/6.0.1xx-rc2] Update dependencies from dotnet/sdk
This commit is contained in:
parent
653bf5e07b
commit
f983f47e73
2 changed files with 6 additions and 6 deletions
|
@ -98,14 +98,14 @@
|
|||
<Sha>d691479b3e793e983f4d91f3a935421df1493b08</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21466.13">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21466.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ce89737f438fdb9f243da82a27ff3ce08793f5db</Sha>
|
||||
<Sha>c167a66637bbd30d4b2787f602ea0f5657d005ac</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21466.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21466.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ce89737f438fdb9f243da82a27ff3ce08793f5db</Sha>
|
||||
<Sha>c167a66637bbd30d4b2787f602ea0f5657d005ac</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.21464.18" 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.21466.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21466.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21466.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21466.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue