Update dependencies from https://github.com/dotnet/sdk build 20230412.24
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.400-preview.23211.46 -> To Version 7.0.400-preview.23212.24 Dependency coherency updates Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild From Version 17.7.0-preview-23207-02 -> To Version 17.7.0-preview-23212-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
13c3cc3b44
commit
f06ea1c4bb
2 changed files with 11 additions and 11 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>5a41781eb69eb4721e736a99262dbd32b6bb55d4</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23212.13">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23212.24">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
|
||||
<Sha>526660b609bd18eb5a6c086b27d13609f1d7a0f0</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23212.13">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23212.24">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
|
||||
<Sha>526660b609bd18eb5a6c086b27d13609f1d7a0f0</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23212.13">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23212.24">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
|
||||
<Sha>526660b609bd18eb5a6c086b27d13609f1d7a0f0</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23212.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23212.24">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
|
||||
<Sha>526660b609bd18eb5a6c086b27d13609f1d7a0f0</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.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23212.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23212.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23212.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23212.24</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23212.24</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23212.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue