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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.5.21267.10 -> To Version 6.0.100-preview.6.21267.17

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.0.0-2.21264.4 -> To Version 4.0.0-1.21267.32 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-05-18 02:03:53 +00:00
parent 1088061f22
commit 9fd7171b1a
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>c13bd264a0eeae6b79dfb01ec814290b383b894b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21267.15">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21267.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f3079c65c4b83ac5e014d164b790560ddee7fb8</Sha>
<Sha>ef8fc29ba7c8d62283b97ab7b57bc66dd0950f0a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21267.15">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21267.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f3079c65c4b83ac5e014d164b790560ddee7fb8</Sha>
<Sha>ef8fc29ba7c8d62283b97ab7b57bc66dd0950f0a</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.5.21226.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -113,9 +113,9 @@
<Sha>a621b9a630950026f5508c8089a59c0e825bd6e0</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21267.20" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21267.32" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>fee89363dab812cfbf9676e554ae1e62826e97e6</Sha>
<Sha>344acb8100d629969228fd76474befc2c969cb10</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21256-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21267.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21267.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21267.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21267.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>