Update dependencies from https://github.com/dotnet/sdk build 20220519.25
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 7.0.100-preview.5.22269.24 -> To Version 7.0.100-preview.5.22269.25
This commit is contained in:
parent
c2c2fc0803
commit
4018fb727e
2 changed files with 6 additions and 6 deletions
|
@ -103,14 +103,14 @@
|
|||
<Sha>2851334289e12782b5c9b0264301a9c9bfc0af28</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22269.24">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22269.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>61cfd8ee5b375d58f99e31de000288175f10c37d</Sha>
|
||||
<Sha>cdbc642bbabd56b99d1b2078c88c069b8a6a14db</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22269.24">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22269.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>61cfd8ee5b375d58f99e31de000288175f10c37d</Sha>
|
||||
<Sha>cdbc642bbabd56b99d1b2078c88c069b8a6a14db</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.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22269.24</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22269.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22269.25</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22269.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue