Update dependencies from https://github.com/dotnet/sdk build 20210811.15 (#11500)

[main] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-08-12 04:31:34 +00:00 committed by GitHub
parent 065b23a4aa
commit ef620027be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -86,14 +86,14 @@
<Sha>f7a93ac746a2697fa11275a35d1bbd5f76573711</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21411.14">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21411.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>53c5e09a1a3239c2ee8fe0bbdc1b9b1d9c68298e</Sha>
<Sha>9277e5b1a948baa9c700df6e28196eef16840d2b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21411.14">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21411.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>53c5e09a1a3239c2ee8fe0bbdc1b9b1d9c68298e</Sha>
<Sha>9277e5b1a948baa9c700df6e28196eef16840d2b</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.21410.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21411.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21411.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21411.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21411.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>