[release/6.0.1xx-rc1] Update dependencies from dotnet/sdk (#11706)
[release/6.0.1xx-rc1] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.0.0-4.21426.21 to 4.0.0-4.21427.2 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
20f4afbf24
commit
e73053ec39
2 changed files with 8 additions and 8 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>83add798e206ac512ffff64dc5d942db80f81924</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21427.21">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21427.31">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0f842aa8a50bcfe3a5cb89443e6459638d82b71d</Sha>
|
||||
<Sha>3f9007f94ebf4237b634ea43b85ad2ea913d0efa</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21427.21">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21427.31">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0f842aa8a50bcfe3a5cb89443e6459638d82b71d</Sha>
|
||||
<Sha>3f9007f94ebf4237b634ea43b85ad2ea913d0efa</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.1.21426.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -123,9 +123,9 @@
|
|||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-4.21426.21" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-4.21427.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>415aa618828f775eef7fb6b225f767784a050221</Sha>
|
||||
<Sha>40b49da63ce419ebf3867a60f25d98e9ee0c743f</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21426-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21427.21</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21427.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21427.31</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21427.31</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue