Update dependencies from https://github.com/dotnet/sdk build 20210905.9 (#11897)
[release/6.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 12.0.0-beta.21453.2 to 12.0.0-beta.21455.1 (parent: Microsoft.NET.Sdk) - Microsoft.SourceBuild.Intermediate.fsharp: from 6.0.0-beta.21453.2 to 6.0.0-beta.21455.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
4e7e7d0511
commit
3af0e35c82
2 changed files with 10 additions and 10 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>48b9e03ec73891e2c7c75b9e976f96c1d754edb2</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21455.6">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21455.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f6269f480398efa5654c6f7f69bcad0a192e4617</Sha>
|
||||
<Sha>9edcb9e28db0e86a46e7169f1afaed08956fed3c</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21455.6">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21455.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f6269f480398efa5654c6f7f69bcad0a192e4617</Sha>
|
||||
<Sha>9edcb9e28db0e86a46e7169f1afaed08956fed3c</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-rc.2.21453.17" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -104,13 +104,13 @@
|
|||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>dba1de9c30227d004b50e9719887301a610f4188</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.0-beta.21453.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.0-beta.21455.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>a064b8e6c7a1d029087d4c4d0563d96596ed359e</Sha>
|
||||
<Sha>04ac7d9653be37c3f93aaca2f95891804793ef08</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.0-beta.21453.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.0-beta.21455.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>a064b8e6c7a1d029087d4c4d0563d96596ed359e</Sha>
|
||||
<Sha>04ac7d9653be37c3f93aaca2f95891804793ef08</Sha>
|
||||
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210817-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21455.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21455.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21455.9</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21455.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue