Update dependencies from https://github.com/dotnet/sdk build 20220113.31 (#13040)

[main] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2022-01-14 07:07:43 +00:00 committed by GitHub
parent 669b179ab8
commit cc146a5211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -104,14 +104,14 @@
<Sha>59bee51d9ff7159ac6483d7bd3d307017e195366</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.22063.28">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.22063.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1c4cbe8c1a0720a5b2f84b2101b5754c6143ea9b</Sha>
<Sha>0c2052ada32b5fe25795e9e775cc8e866c843f7f</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.22063.28">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.22063.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1c4cbe8c1a0720a5b2f84b2101b5754c6143ea9b</Sha>
<Sha>0c2052ada32b5fe25795e9e775cc8e866c843f7f</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-alpha.1.22062.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -64,8 +64,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>7.0.100-alpha.1.22063.28</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.22063.28</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-alpha.1.22063.31</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.22063.31</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>