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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-04-15 15:54:29 +02:00 committed by GitHub
parent 7380c301c1
commit e1615279a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View file

@ -90,26 +90,26 @@
<Sha>81355450754f0e6471244b7f1f457b866e982a15</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.4.24214.3">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.4.24215.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6f8dde273cd93b0240d22b44fd19f2b2951a86a8</Sha>
<Sha>cf8c24575410adf397c0823fd7061f9451049ea1</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.4.24214.3">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.4.24215.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6f8dde273cd93b0240d22b44fd19f2b2951a86a8</Sha>
<Sha>cf8c24575410adf397c0823fd7061f9451049ea1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.4.24214.3">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.4.24215.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6f8dde273cd93b0240d22b44fd19f2b2951a86a8</Sha>
<Sha>cf8c24575410adf397c0823fd7061f9451049ea1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.4.24214.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.4.24215.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6f8dde273cd93b0240d22b44fd19f2b2951a86a8</Sha>
<Sha>cf8c24575410adf397c0823fd7061f9451049ea1</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.4.24214.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.4.24215.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6f8dde273cd93b0240d22b44fd19f2b2951a86a8</Sha>
<Sha>cf8c24575410adf397c0823fd7061f9451049ea1</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">

View file

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