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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.5.22273.27 -> To Version 7.0.100-preview.5.22274.4
This commit is contained in:
dotnet-maestro[bot] 2022-05-24 20:53:06 +00:00
parent 6a22491856
commit 3296e781e4
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.22274.2">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22274.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>960f334bb2056a546b7d1361502d90d0fa11f44c</Sha>
<Sha>fe55fea8b74ed917afb72ea49efa147d4d1af2a0</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22274.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22274.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>960f334bb2056a546b7d1361502d90d0fa11f44c</Sha>
<Sha>fe55fea8b74ed917afb72ea49efa147d4d1af2a0</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.22274.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22274.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22274.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22274.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>