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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.5.22273.27 -> To Version 7.0.100-preview.5.22274.1
This commit is contained in:
dotnet-maestro[bot] 2022-05-24 13:43:10 +00:00
parent efef198ecc
commit ac4dcc4d08
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Sha>ffb0930f86aebca016252d024c13f4e57f6697df</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22273.27">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22274.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ae415f34f24991a59a6a37f3a70bc2556f1ba20d</Sha>
<Sha>1c0d3ddbc215eb986031a266832fdcfd31cc0abd</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22273.27">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22274.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ae415f34f24991a59a6a37f3a70bc2556f1ba20d</Sha>
<Sha>1c0d3ddbc215eb986031a266832fdcfd31cc0abd</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.4.22268.5" 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-preview.5.22273.27</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22273.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22274.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22274.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>