Update dependencies from https://github.com/dotnet/sdk build 20210513.7 (#10607)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.4.2-beta.21253.4 to 11.4.2-beta.21262.7 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-05-13 16:10:30 +00:00 committed by GitHub
parent 763ac54961
commit 96554f5d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>592742371da1df5b459c4bbf68e05968b5eb750d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21262.17">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21263.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da9e8f4672dd4ed2d5217f285201877607607aa2</Sha>
<Sha>c79b1bef6cce076b62b00f41c545b506023a7e8a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21262.17">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21263.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da9e8f4672dd4ed2d5217f285201877607607aa2</Sha>
<Sha>c79b1bef6cce076b62b00f41c545b506023a7e8a</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="5.0.6-servicing.21221.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -104,9 +104,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
<Sha>fe9dd395134709b5a53883b71c01447b5f132a06</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21253.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21262.7" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>a999919d71f838451607deeab656d094b2d13e04</Sha>
<Sha>1b23bbeda88ea3cb9be9af777f4c99fa8663df81</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210511-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21262.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21262.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21263.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21263.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>