Update dependencies from https://github.com/dotnet/sdk build 20210202.6 (#9591)

[master] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-02-02 15:11:45 +00:00 committed by GitHub
parent f45c9a08b3
commit d3bb356393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>1830d667c9844108bc235d196387c6c1f29e67a4</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21102.5">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21102.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8636fd9cf46578119b5745018fc50438dfd791c2</Sha>
<Sha>c4bdc95532dca8a47bc9ab76b7806f17e8df14db</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21102.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21102.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8636fd9cf46578119b5745018fc50438dfd791c2</Sha>
<Sha>c4bdc95532dca8a47bc9ab76b7806f17e8df14db</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.2.21079.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21102.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21102.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21102.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21102.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>