Update dependencies from https://github.com/dotnet/sdk build 20210119.8 (#9478)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.9.0-preview-21065-08 to 16.10.0-preview-21069-02 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-20 01:49:27 +00:00 committed by GitHub
parent e8ba2c5ea8
commit 68747b3d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>499f3e1169c62b16e7378a21a0208c69d0598d76</Sha> <Sha>499f3e1169c62b16e7378a21a0208c69d0598d76</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21069.5"> <Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21069.8">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7bb9da22e9cdd4c5be89e5e291def261e9fd232a</Sha> <Sha>a4ac5fcc7a71d421e64b4b68a88973832b5e377d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21069.5"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21069.8">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7bb9da22e9cdd4c5be89e5e291def261e9fd232a</Sha> <Sha>a4ac5fcc7a71d421e64b4b68a88973832b5e377d</Sha>
</Dependency> </Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop --> <!-- 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-alpha.1.21067.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-alpha.1.21067.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,9 +125,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>0fd03294b19175243debda5e05d44df016943106</Sha> <Sha>0fd03294b19175243debda5e05d44df016943106</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-21065-08" CoherentParentDependency="Microsoft.NET.Sdk"> <Dependency Name="Microsoft.Build" Version="16.10.0-preview-21069-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri> <Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>34bbbedaf415f4bd185a0ef4d7e67dbd633f4ca6</Sha> <Sha>7814dc4e8488c25b2d5713bb101588136cf5163c</Sha>
</Dependency> </Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" CoherentParentDependency="Microsoft.NET.Sdk"> <Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri> <Uri>https://github.com/NuGet/NuGet.Client</Uri>

View file

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