[release/6.0.1xx] Update dependencies from dotnet/sdk (#11651)
[release/6.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 17.0.0-preview-21423-03 to 17.0.0-preview-21423-05 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 6.0.0-preview.3.179 to 6.0.0-preview.4.200 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
54e6040be4
commit
5f5d8bb4a2
2 changed files with 10 additions and 10 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>3fa12d7d9f7451e80adbd17d486cf1fc3f618cb4</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21423.27">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.2.21423.33">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>796ce39e6c8b163ff43ef48a3d931279ffc6c988</Sha>
|
||||
<Sha>bb0664673f5d7907db7d83394040281017ffbf13</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21423.27">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.2.21423.33">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>796ce39e6c8b163ff43ef48a3d931279ffc6c988</Sha>
|
||||
<Sha>bb0664673f5d7907db7d83394040281017ffbf13</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.21423.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -128,14 +128,14 @@
|
|||
<Sha>158f906df6b1e4ca99fe7cf6ed78822515d64230</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21423-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21423-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>6806583eaec7be973c9a9b9dc4ac02fd8f54d3d8</Sha>
|
||||
<Sha>2a7dadfc62c8bdb04d4f7b9234006920a7a85de5</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.3.179" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.4.200" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>7363366401b43f4ea250394db8dad3707e9a9636</Sha>
|
||||
<Sha>79c63008dcf19e9271ec5de6c0085f89a91dcf95</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
||||
<Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21423.27</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21423.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.2.21423.33</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.2.21423.33</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue