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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rc.2.23455.8 -> To Version 8.0.100-rc.2.23455.14

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-3.23454.1 -> To Version 4.8.0-3.23455.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-09-05 19:55:31 +00:00
parent ffd61de181
commit 5a00092fd7
2 changed files with 14 additions and 14 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>51367f6a3e11cea553857d4c18aa5287b3e47bc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23455.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23455.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
<Sha>08171adb71bf9df67f9b0be8b37a5cf8a22fdb22</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23455.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23455.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
<Sha>08171adb71bf9df67f9b0be8b37a5cf8a22fdb22</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23455.11">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23455.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
<Sha>08171adb71bf9df67f9b0be8b37a5cf8a22fdb22</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23455.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23455.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
<Sha>08171adb71bf9df67f9b0be8b37a5cf8a22fdb22</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>
@ -150,9 +150,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3c48925a6c1ab31865b4438a6cb88242d1a8fe4d</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23454.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23455.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>4d8f34750e4b1af8452ef5ce520dcbd372b81510</Sha>
<Sha>4fc2468c2cddaac23c8435c51b45bc5c18c4025a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23431-02" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -84,16 +84,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23455.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23455.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23455.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23455.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23455.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23455.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-3.23454.1</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-3.23455.1</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->