Update dependencies from https://github.com/dotnet/sdk build 20200923.17 (#8701)

[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk
- Coherency Updates:
  - NuGet.Build.Tasks: from 5.8.0-preview.3.6823 to 5.8.0-rc.6853 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-09-24 06:08:43 +00:00 committed by GitHub
parent bef6918bb4
commit 2725eb35a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>545ef30a75ffd18beaba07430bc04c6991ddfdda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20473.16">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20473.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f9a5aae12f2438fd5774db0bce9b5f8d8210f05</Sha>
<Sha>59939ae93fa5a2f1fa32dfdddcd95ce90f4d4f0a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20473.16">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20473.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f9a5aae12f2438fd5774db0bce9b5f8d8210f05</Sha>
<Sha>59939ae93fa5a2f1fa32dfdddcd95ce90f4d4f0a</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.0-rc.2.20473.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>250161603c003af239d6e276c4fc6357586ba301</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.8.0-preview.3.6823" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="5.8.0-rc.6853" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>5eaf25677df20ce322acd08478ccdaddd87f1a52</Sha>
<Sha>0e5413751caebf168e7d363c88b9c22a3560fe60</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/cliCommandLineParser</Uri>

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20473.16</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20473.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20473.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20473.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>