Update dependencies from https://github.com/dotnet/sdk build 20200915.14 (#8577)
[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 11.0.0-beta.20464.8 to 11.0.0-beta.20465.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
12755621ff
commit
4a31503d2b
2 changed files with 8 additions and 8 deletions
|
@ -79,13 +79,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>5c755c0ba2cb1819c105149a76e323e5865c3630</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20465.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20465.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0cef96336f34fe902c76ef4f6825cf9a18ccacb</Sha>
|
||||
<Sha>b43b355d3e13121c5de59a70cf94b40805692b33</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20465.5">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20465.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0cef96336f34fe902c76ef4f6825cf9a18ccacb</Sha>
|
||||
<Sha>b43b355d3e13121c5de59a70cf94b40805692b33</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.0-rc.2.20464.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -96,9 +96,9 @@
|
|||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>14ec7b1f5aedc31bc609571849139a154452d6da</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20464.8" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20465.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>88ca25984dd05990a593fb80382ad09dc3602c33</Sha>
|
||||
<Sha>0edb614e4face390d84f5120017c24e0f7793b4c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.8.0-release-20200902-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20465.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20465.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20465.14</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20465.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue