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

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

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 20:46:13 +00:00
parent 347b7065ac
commit 8fb4ccf3da
2 changed files with 8 additions and 8 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.19">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22363.29">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a3c3e4a56a8c56f8fae1473456a97f70d15befd0</Sha>
<Sha>8c2273443b3a5cf92bb2eb4a96a37a33f82b0538</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.19">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.29">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a3c3e4a56a8c56f8fae1473456a97f70d15befd0</Sha>
<Sha>8c2273443b3a5cf92bb2eb4a96a37a33f82b0538</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">
@ -145,9 +145,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.4.0-1.22363.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.4.0-1.22363.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>85b07c0c92d34485fb6fca2cf8f3f9240d51cc26</Sha>
<Sha>73c4c8fd164f2c436db7b7ad2e90a931a4e9b63f</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22358-02" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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