Update dependencies from https://github.com/dotnet/sdk build 20210719.36

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-rc.1.21369.32 -> To Version 6.0.100-rc.1.21369.36

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.0.0-3.21369.8 -> To Version 4.0.0-3.21369.10 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-07-20 07:04:59 +00:00
parent 34b7929925
commit 653811a7bc
2 changed files with 6 additions and 6 deletions

View file

@ -86,14 +86,14 @@
<Sha>f8a25d87ce9de35ac0dcb68c22fcaf390e314808</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21369.35">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21369.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>17181d34b143cbf4b957abdaabb1d2fb116dc612</Sha>
<Sha>4b077cb34d01321522aa50b3157fdeccfeccb395</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21369.35">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21369.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>17181d34b143cbf4b957abdaabb1d2fb116dc612</Sha>
<Sha>4b077cb34d01321522aa50b3157fdeccfeccb395</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.21366.1" 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.21369.35</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21369.35</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21369.36</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21369.36</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>