[main] Update dependencies from dotnet/sdk (#18654)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-02-14 07:59:22 +01:00 committed by GitHub
parent 273f49c44f
commit 6340c663f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View file

@ -91,26 +91,26 @@
<Sha>acb6a41ce06d0701a97c6d58ce65bd54ba6cfbaf</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24113.24">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24113.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c0bd12c3fa4e95a6585d19b37f6485cc3198c703</Sha>
<Sha>b5d850b54acc3178d4e08bf1a9be28a3fbe0e131</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24113.24">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24113.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c0bd12c3fa4e95a6585d19b37f6485cc3198c703</Sha>
<Sha>b5d850b54acc3178d4e08bf1a9be28a3fbe0e131</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24113.24">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24113.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c0bd12c3fa4e95a6585d19b37f6485cc3198c703</Sha>
<Sha>b5d850b54acc3178d4e08bf1a9be28a3fbe0e131</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24113.24">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24113.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c0bd12c3fa4e95a6585d19b37f6485cc3198c703</Sha>
<Sha>b5d850b54acc3178d4e08bf1a9be28a3fbe0e131</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.2.24113.24">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.2.24113.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c0bd12c3fa4e95a6585d19b37f6485cc3198c703</Sha>
<Sha>b5d850b54acc3178d4e08bf1a9be28a3fbe0e131</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">

View file

@ -86,9 +86,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24113.24</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24113.24</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24113.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24113.27</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24113.27</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24113.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>