Update dependencies from https://github.com/dotnet/sdk build 20210212.10 (#9718)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 16.10.0-preview-20210211-01 to 16.10.0-preview-20210212-01 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.21112.1 to 6.0.0-alpha.1.21112.3 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-02-12 21:19:40 +00:00 committed by GitHub
parent c183653da3
commit 1883d87ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>7cc94cea7d5751d0455d8c385bffe3d2ab4d102f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21112.7">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21112.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2d011e495f8dd3560aa38323f12c340751d70942</Sha>
<Sha>2be3ac1884dc13137cf6ec5680277c242061d36e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21112.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21112.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2d011e495f8dd3560aa38323f12c340751d70942</Sha>
<Sha>2be3ac1884dc13137cf6ec5680277c242061d36e</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.21110.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -112,13 +112,13 @@
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>7ce7132f1459095e635194d09d6f73265352029a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-preview-20210211-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-preview-20210212-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>35d6bf59e45e25969508316759236db7c09f15c7</Sha>
<Sha>6b625d4ea83d50aeac31f2df105efde051996121</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21112.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21112.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>4a74557e98bcf472d9bac9d05a934bc8216a4fca</Sha>
<Sha>08d599ab6853e1cd9b4f039004a5d7ec2074664f</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-1.21111.42" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21112.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21112.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21112.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21112.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -143,7 +143,7 @@
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>16.10.0-preview-20210211-01</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.10.0-preview-20210212-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<PropertyGroup>
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->