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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-rc.1.22363.10 -> To Version 7.0.100-rc.1.22363.32

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.4.0-1.22362.17 -> To Version 4.4.0-1.22363.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-07-13 22:35:27 +00:00
parent 8fb4ccf3da
commit bcaf5fac51
2 changed files with 6 additions and 6 deletions

View file

@ -107,14 +107,14 @@
<Sha>a4a90c52d16f2de5e545c00c59ad2ccd8b4710a6</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22363.29">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22363.32">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8c2273443b3a5cf92bb2eb4a96a37a33f82b0538</Sha>
<Sha>247409ebf601532e528d1baa50b4258bbbfa3454</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.29">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.32">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8c2273443b3a5cf92bb2eb4a96a37a33f82b0538</Sha>
<Sha>247409ebf601532e528d1baa50b4258bbbfa3454</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="7.0.0-preview.7.22357.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -65,8 +65,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22363.29</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22363.29</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22363.32</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22363.32</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>