Update dependencies from https://github.com/dotnet/sdk build 20210629.6 (#11008)
[release/6.0.1xx-preview6] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 17.0.0-preview-21325-03 to 17.0.0-preview-21329-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
2630e4ccfe
commit
a934ddde52
2 changed files with 8 additions and 8 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>8615f76c05d26cfd415d2ef251cc471fe60e4793</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21328.8">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21329.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>71a7058a808437294793ede9e239429c51a580ce</Sha>
|
||||
<Sha>642468700067a7e4800658eaac14c7b07d38301b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21328.8">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21329.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>71a7058a808437294793ede9e239429c51a580ce</Sha>
|
||||
<Sha>642468700067a7e4800658eaac14c7b07d38301b</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-preview.6.21328.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>445e572f369dbbdb7fc210c18b775d10d1d57f91</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21325-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21329-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>e9593e841ab16e9792894267548e10b17c98c535</Sha>
|
||||
<Sha>1b7661f3647192b88c6ee6d9da24a43e63c5ff23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.2.129" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21328.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21328.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21329.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21329.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue