Update dependencies from https://github.com/dotnet/sdk build 20240507.11
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 9.0.100-preview.5.24256.14 -> To Version 9.0.100-preview.5.24257.11 Dependency coherency updates Microsoft.DotNet.Darc,Microsoft.DotNet.DarcLib,Microsoft.DotNet.ScenarioTests.SdkTemplateTests From Version 1.1.0-beta.24253.7 -> To Version 1.1.0-beta.24256.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
fd2c3c1190
commit
41221d0d6a
2 changed files with 11 additions and 11 deletions
|
@ -90,21 +90,21 @@
|
|||
<Sha>da3aa27233a2cec2f6780884f71934b2f5e686ce</Sha>
|
||||
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24257.10">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24257.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f0586c101a64c6cca5941a72c444c7c3e270941d</Sha>
|
||||
<Sha>a08afa961a6929046de22dfbf4411aebaa80a193</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24257.10">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24257.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f0586c101a64c6cca5941a72c444c7c3e270941d</Sha>
|
||||
<Sha>a08afa961a6929046de22dfbf4411aebaa80a193</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24257.10">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24257.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f0586c101a64c6cca5941a72c444c7c3e270941d</Sha>
|
||||
<Sha>a08afa961a6929046de22dfbf4411aebaa80a193</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24257.10">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24257.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f0586c101a64c6cca5941a72c444c7c3e270941d</Sha>
|
||||
<Sha>a08afa961a6929046de22dfbf4411aebaa80a193</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.5.24257.8">
|
||||
|
|
|
@ -80,9 +80,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24257.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24257.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24257.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24257.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24257.11</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24257.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue