Update dependencies from https://github.com/dotnet/sdk build 20220623.22

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.400-preview.22323.19 -> To Version 6.0.400-preview.22323.22

Dependency coherency updates

Microsoft.Build
 From Version 17.3.0-preview-22322-07 -> To Version 17.3.0-preview-22323-15 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-06-24 07:08:24 +00:00
parent d41bfe731c
commit ee0a053da3
2 changed files with 8 additions and 8 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>f12ae931a9ecc54ae5ae8ddb5b27dd356dd373d7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22323.19">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22323.22">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>37fa7cafb22211dcf5cf87b91e67fe636839ab32</Sha>
<Sha>7cf3917d42e72ddcb98c412c7e6fb7c81dc1e559</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22323.19">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22323.22">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>37fa7cafb22211dcf5cf87b91e67fe636839ab32</Sha>
<Sha>7cf3917d42e72ddcb98c412c7e6fb7c81dc1e559</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">
@ -146,9 +146,9 @@
<Sha>3bd38ba691ad9776bd4f641a6b9fd46295010372</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.3.0-preview-22322-07" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.3.0-preview-22323-15" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>334835f647360028b75d827347fd73ec5433a481</Sha>
<Sha>b99b39a350392d9d4a438b5251cc2b06d708db5a</Sha>
<SourceBuildTarball RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.3.0-preview.3.89" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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