[main] Update dependencies from dotnet/sdk (#10747)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.DotNet.Common.ItemTemplates: from 6.0.100-preview.6.21274.1 to 6.0.100-preview.6.21274.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.5.21271.1 to 6.0.100-preview.5.21274.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-05-24 19:27:19 +00:00 committed by GitHub
parent 69e69d8fcd
commit 671d669e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -79,17 +79,17 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>a9c4255a08ae166194abb6431045815573aad949</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="6.0.100-preview.6.21274.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="6.0.100-preview.6.21274.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>0d34170b47274fc6d59acf241972139d241d8156</Sha>
<Sha>41d0f421a36aa9f18369593ac383cd072d6c77ae</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21274.7">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21274.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d4eae9ee0c59f6be9d255b049263bf9381fb573c</Sha>
<Sha>185d95925bb64e7ae4e6cd4f3fada7056df708ae</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21274.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21274.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d4eae9ee0c59f6be9d255b049263bf9381fb573c</Sha>
<Sha>185d95925bb64e7ae4e6cd4f3fada7056df708ae</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.6.21273.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,9 +108,9 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>ad32654bc155a059fda263f0ec99b445058d84ea</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21271.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21274.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>4526d388102db2dc481522d9dee92b8f32414b23</Sha>
<Sha>298a208c34bf00e7c17967ba323913f49e4a1992</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21273.2" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -32,7 +32,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/templating -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>6.0.100-preview.6.21274.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>6.0.100-preview.6.21274.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->
@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21274.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21274.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21274.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21274.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>