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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rc.1.23414.10 -> To Version 9.0.100-alpha.1.23416.3

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-rc.1.23412.3 -> To Version 9.0.0-alpha.1.23415.8 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-08-16 10:05:52 +00:00
parent 95644409ff
commit cdb33cafef
2 changed files with 14 additions and 14 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>10bc40cf7bec57ecf9d2ffd9a7501b34a28d1f18</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23416.2">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23416.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b4b2a7c67f08dcefdb7456a73281c18ffa507320</Sha>
<Sha>d8f0a627d8ff54bf31edec9a1bb659940f7e4057</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23416.2">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23416.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b4b2a7c67f08dcefdb7456a73281c18ffa507320</Sha>
<Sha>d8f0a627d8ff54bf31edec9a1bb659940f7e4057</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23416.2">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23416.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b4b2a7c67f08dcefdb7456a73281c18ffa507320</Sha>
<Sha>d8f0a627d8ff54bf31edec9a1bb659940f7e4057</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23416.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23416.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b4b2a7c67f08dcefdb7456a73281c18ffa507320</Sha>
<Sha>d8f0a627d8ff54bf31edec9a1bb659940f7e4057</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>63bf69db225a314b49fc5e4814489edfd079fb9a</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23415.11" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23415.13" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>7556a41af6390ff46bf42f4ae49e7ed9ff3f13d7</Sha>
<Sha>00c15ab5fb430bf19c29bd19fa907b7c95e66765</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23415-04" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -84,16 +84,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23416.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23416.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23416.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23416.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23416.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23416.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-1.23415.11</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-1.23415.13</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->