Update dependencies from https://github.com/dotnet/sdk build 20210210.9 (#9695)

[release/5.0.2xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-02-10 19:03:29 +00:00 committed by GitHub
parent 5b1efb3cb2
commit 9f55d21d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>ce1a4cd3340d93e1a3d56d16600bd30f7ee32bda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21110.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21110.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0177b963bd9251a9ba036354c3180ab21582f73f</Sha>
<Sha>e6501a4c0a510055c57877ce22a26f4b9603f606</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21110.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21110.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0177b963bd9251a9ba036354c3180ab21582f73f</Sha>
<Sha>e6501a4c0a510055c57877ce22a26f4b9603f606</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="5.0.2-servicing.20613.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21110.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21110.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21110.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21110.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>