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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.400-preview.22281.6 -> To Version 6.0.400-preview.22281.8

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.3.0-2.22280.1 -> To Version 4.3.0-2.22281.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-05-31 22:55:57 +00:00
parent 2d621f8faa
commit 91b739db17
2 changed files with 8 additions and 8 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>da41e436df71a042862cfbb1c9b553643e2f9f60</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22281.6">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.400-preview.22281.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3aa8d1ad4708edccd379b01a7b9ca7e735346e43</Sha>
<Sha>9e310e07ab966979583e0792363a62a3e13090e0</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22281.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.400-preview.22281.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3aa8d1ad4708edccd379b01a7b9ca7e735346e43</Sha>
<Sha>9e310e07ab966979583e0792363a62a3e13090e0</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">
@ -141,9 +141,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.0-2.22280.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.0-2.22281.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>efafad4192412b1205c72e17fd4a2c3eb136b727</Sha>
<Sha>508f4b491f42594f2a4f090d6a7e0526e879728c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.3.0-preview-22277-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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