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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-alpha.1.23627.1 -> To Version 9.0.100-alpha.1.23627.2

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.9.0-preview.1.67 -> To Version 6.9.0-preview.1.69 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-12-28 06:56:53 +00:00
parent a912b6f087
commit c395d46174
2 changed files with 14 additions and 14 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>4b7810723c27d47cc982055c6615cccf664e2980</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23627.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23627.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e27af4c8af767dc9ea8d9c29c8d57a1a8fc976c4</Sha>
<Sha>54616c2c5b34707b80da9789dfe1cf63b695d19b</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23627.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23627.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e27af4c8af767dc9ea8d9c29c8d57a1a8fc976c4</Sha>
<Sha>54616c2c5b34707b80da9789dfe1cf63b695d19b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23627.1">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23627.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e27af4c8af767dc9ea8d9c29c8d57a1a8fc976c4</Sha>
<Sha>54616c2c5b34707b80da9789dfe1cf63b695d19b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23627.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23627.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e27af4c8af767dc9ea8d9c29c8d57a1a8fc976c4</Sha>
<Sha>54616c2c5b34707b80da9789dfe1cf63b695d19b</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>
@ -160,9 +160,9 @@
<Sha>5cf78584f998e524374758c5798b7054bf2595e9</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.67" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.69" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>95f6e0c8b7bd627862a08dcf60f43397f42723ca</Sha>
<Sha>0adf7ac2d046bbc6d7e8db29ff82b3b2f8fc5f14</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -86,9 +86,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23627.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23627.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23627.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23627.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23627.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23627.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -128,7 +128,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.9.0-preview.1.67</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.9.0-preview.1.69</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>