Update dependencies from https://github.com/dotnet/sdk build 20220615.3 (#13987)

[release/6.0.4xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2022-06-15 17:00:38 +00:00 committed by GitHub
parent 26087cc0f8
commit 84746fd13a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>843e80279c4bd0a2ea876c51a33e0a99be9a3116</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22315.2">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22315.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4bcd52f79e0c775681dbfc60d5ef9e7b2bdb3ce0</Sha>
<Sha>422a1efa82e474110476f8f0d76c3cdcfe724cf2</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22315.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22315.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4bcd52f79e0c775681dbfc60d5ef9e7b2bdb3ce0</Sha>
<Sha>422a1efa82e474110476f8f0d76c3cdcfe724cf2</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.4-servicing.22164.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.400-preview.22315.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.400-preview.22315.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.400-preview.22315.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.400-preview.22315.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>