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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.5.22267.24 -> To Version 7.0.100-preview.5.22267.25
This commit is contained in:
dotnet-maestro[bot] 2022-05-18 03:06:13 +00:00
parent 2e6046044d
commit f7b9ca833b
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Sha>e6fe004b08fef4338ee06ce91ac9241d74d812cb</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22267.24">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22267.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b5aafed467ff5173f444e45caed01dfbc4a222b9</Sha>
<Sha>6d5ad2d6116bb910f523290ecc0e5aa166a1eb08</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22267.24">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22267.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b5aafed467ff5173f444e45caed01dfbc4a222b9</Sha>
<Sha>6d5ad2d6116bb910f523290ecc0e5aa166a1eb08</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.22264.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-preview.5.22267.24</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22267.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22267.25</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22267.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>