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

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.17

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 9.0.0-preview.2.24072.6 -> To Version 9.0.0-preview.2.24073.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-01-24 00:56:37 +00:00
parent 6b17d17f61
commit 3d01dba2f5
2 changed files with 11 additions and 11 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>b43884c1b21ea71e91c539721a75e5c96b8c1263</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24073.16">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24073.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba4809943ab8e871f51e216be60707228e239140</Sha>
<Sha>76d16cde2133f86cc42523bf4db7207232e25060</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24073.16">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24073.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba4809943ab8e871f51e216be60707228e239140</Sha>
<Sha>76d16cde2133f86cc42523bf4db7207232e25060</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24073.16">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24073.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba4809943ab8e871f51e216be60707228e239140</Sha>
<Sha>76d16cde2133f86cc42523bf4db7207232e25060</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24073.16">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24073.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba4809943ab8e871f51e216be60707228e239140</Sha>
<Sha>76d16cde2133f86cc42523bf4db7207232e25060</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.16</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24073.16</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24073.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24073.17</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24073.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24073.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>