[release/6.0.1xx-preview4] Update dependencies from dotnet/sdk (#10331)

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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.4.21224.3 -> To Version 6.0.100-preview.4.21224.5

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 3.10.0-3.21224.16 -> To Version 3.10.0-3.21223.23 (parent: Microsoft.NET.Sdk

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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.4.21224.3 -> To Version 6.0.100-preview.4.21224.10

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.Net.Compilers.Toolset
 From Version 11.4.2-beta.21223.3 -> To Version 11.4.2-beta.21224.1 (parent: Microsoft.NET.Sdk

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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.4.21224.3 -> To Version 6.0.100-preview.4.21225.5

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.Net.Compilers.Toolset
 From Version 11.4.2-beta.21223.3 -> To Version 11.4.2-beta.21224.1 (parent: Microsoft.NET.Sdk

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2021-04-25 09:02:37 -07:00 committed by GitHub
parent 289f97adaa
commit 46607dbb18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>04bef4ca28e4552be3145e1981da6db1e98f6153</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.4.21224.3">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.4.21225.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>05d82eaef9bacb21cbca667fa5b619555d5969c2</Sha>
<Sha>b9122886bd8b759cd10c3ac413be7ef2a719da9b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.4.21224.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.4.21225.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>05d82eaef9bacb21cbca667fa5b619555d5969c2</Sha>
<Sha>b9122886bd8b759cd10c3ac413be7ef2a719da9b</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.4.21222.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -100,9 +100,9 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>403360f05a6f379d546041bdfddaa0b408cdabe5</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21223.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21224.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>ba310f8d525e74de4fa792b30da8cb0497de2ea7</Sha>
<Sha>9588f1d472ac8227796dca34ff76dfe136bb4bd7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210331-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
@ -113,7 +113,7 @@
<Sha>76bcd90110b1c4d65a53b99761ac00e0f6b06b21</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21224.16" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21223.23" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9b40ab852a3b59ce9cef33b3e97c17af13c8e694</Sha>
</Dependency>

View file

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