[master] Update dependencies from dotnet/sdk (#9285)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201228-02 to 16.9.0-preview-20201229-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-12-29 16:17:27 +00:00 committed by GitHub
parent 5a9e931019
commit 2d33939387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>3e87760abcc615da236bc48995fc0e6f65e7577b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20628.8">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20629.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c3af9594dae19c62c7208e8ecfae5a3f0f19e313</Sha>
<Sha>b3ed2276bff970b4067fd09a3aca8d39263b10f8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20628.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20629.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c3af9594dae19c62c7208e8ecfae5a3f0f19e313</Sha>
<Sha>b3ed2276bff970b4067fd09a3aca8d39263b10f8</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-alpha.1.20602.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -112,9 +112,9 @@
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>7fd0736d33a20f55b013494fa35c504f9f19b4e5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20201228-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20201229-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>31e948166f962b5c9d01aed1c2aae88c2f45f4b3</Sha>
<Sha>d51f4cc6dcff4bb44d25e3622dd5e8f8727fad08</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.20628.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20628.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20628.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20629.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20629.2</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.9.0-preview-20201228-02</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.9.0-preview-20201229-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<PropertyGroup>
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->