Update dependencies from https://github.com/dotnet/sdk build 20240123.15

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.2.24073.11 -> To Version 9.0.100-preview.2.24073.15
This commit is contained in:
dotnet-maestro[bot] 2024-01-23 22:57:52 +00:00
parent ced8b01fa8
commit b14213c87c
2 changed files with 11 additions and 11 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>afb5f4dfc3d0ad59d0b2d0ed82a2faa2c7dc5487</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24073.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24073.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>444087d1341907bf1e04f3001c42c6e03b0dfdeb</Sha>
<Sha>ac3134b7a0f59e88709a2638827c41f8a14c8ed6</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24073.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24073.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>444087d1341907bf1e04f3001c42c6e03b0dfdeb</Sha>
<Sha>ac3134b7a0f59e88709a2638827c41f8a14c8ed6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24073.11">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24073.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>444087d1341907bf1e04f3001c42c6e03b0dfdeb</Sha>
<Sha>ac3134b7a0f59e88709a2638827c41f8a14c8ed6</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24073.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24073.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>444087d1341907bf1e04f3001c42c6e03b0dfdeb</Sha>
<Sha>ac3134b7a0f59e88709a2638827c41f8a14c8ed6</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.24073.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24073.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24073.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24073.15</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24073.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24073.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>