Update dependencies from https://github.com/dotnet/sdk build 20201230.9 (#9299)
[release/5.0.2xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 11.0.0-beta.20627.2 to 11.0.0-beta.20630.3 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
43fbdfe9b6
commit
fe2456ad43
2 changed files with 8 additions and 8 deletions
|
@ -91,13 +91,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.20630.7">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.20630.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>e9419f71d6e5c167608d33079b5b17c8f64aff03</Sha>
|
||||
<Sha>4e7c235295b60136d5f14cdb4a46cb5efe0aee37</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.20630.7">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.20630.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>e9419f71d6e5c167608d33079b5b17c8f64aff03</Sha>
|
||||
<Sha>4e7c235295b60136d5f14cdb4a46cb5efe0aee37</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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -108,9 +108,9 @@
|
|||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>f336060dde15d0aecaf37f3493f699134451fa8c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20627.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20630.3" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>442a54642330e9e7477eb5a2e5efd36c421eb2fe</Sha>
|
||||
<Sha>7d5b918783b809a1f0114a0c383ac4f6c035a59e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-release-20201130-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.20630.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.20630.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.20630.9</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.20630.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue