Update dependencies from https://github.com/dotnet/sdk build 20210626.4 (#10991)

[release/5.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 16.10.0-release-20210511-06 to 16.11.0-release-20210626-04 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-06-26 19:32:31 +00:00 committed by GitHub
parent 24074d9fa0
commit 8c50333715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>e832de2ee744332d876b2d979e7bf838f082639a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21326.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21326.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a438fac51c749e7421c44e00d777baa00ded42bc</Sha>
<Sha>1e3454abdc2793e0c99a058c48722f9a0fab9f4e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21326.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21326.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a438fac51c749e7421c44e00d777baa00ded42bc</Sha>
<Sha>1e3454abdc2793e0c99a058c48722f9a0fab9f4e</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.6-servicing.21221.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,9 +108,9 @@
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>488cc578cafcd261d90d748d8aaa7b8b091232dc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210511-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.11.0-release-20210626-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>9b8fac9e1dd2a1a1d7604ec38df6a8b1002c516e</Sha>
<Sha>b58f6c4f4626bdf44df40f2064ab6a80a466115c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21310.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21326.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21326.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21326.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21326.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -129,7 +129,7 @@
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>16.10.0-release-20210511-06</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.11.0-release-20210626-04</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<PropertyGroup>
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->