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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.5.21267.9 -> To Version 6.0.100-preview.5.21267.21

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.Net.Compilers.Toolset
 From Version 11.4.2-beta.21262.7 -> To Version 12.0.0-beta.21267.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-05-18 04:33:05 +00:00
parent 76acea75ce
commit 4f68cffc96
2 changed files with 7 additions and 7 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.5.21267.19">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21267.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d6811b11957d139fc46b0fe7481dda4c939a46dc</Sha>
<Sha>d64d5fbe80abe706289baecb429e6900b42c9f22</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21267.19">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21267.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d6811b11957d139fc46b0fe7481dda4c939a46dc</Sha>
<Sha>d64d5fbe80abe706289baecb429e6900b42c9f22</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,7 +113,7 @@
<Sha>7a5c445a69359415b7ff18b91cd24472ef9509ff</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21267.32" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21267.34" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>344acb8100d629969228fd76474befc2c969cb10</Sha>
</Dependency>

View file

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