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

[main] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2024-01-26 18:27:13 +00:00 committed by GitHub
parent 66eb729ffe
commit 893c30e1ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>de12f70f8d536a72bd8c6a2add8f6c8ad8f344af</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24076.2">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24076.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>176e8ca72f5b9111649c49ca43a71d1dd9904bd0</Sha>
<Sha>370bf4de035b328f8aadd69f0c2abbad14196f4f</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24076.2">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24076.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>176e8ca72f5b9111649c49ca43a71d1dd9904bd0</Sha>
<Sha>370bf4de035b328f8aadd69f0c2abbad14196f4f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24076.2">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24076.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>176e8ca72f5b9111649c49ca43a71d1dd9904bd0</Sha>
<Sha>370bf4de035b328f8aadd69f0c2abbad14196f4f</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24076.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24076.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>176e8ca72f5b9111649c49ca43a71d1dd9904bd0</Sha>
<Sha>370bf4de035b328f8aadd69f0c2abbad14196f4f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
<Uri>https://github.com/dotnet/test-templates</Uri>

View file

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