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

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

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 7.0.100-1.22552.1 -> To Version 7.0.100-1.22557.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-11-08 02:51:30 +00:00
parent e8d044ead7
commit caec57b464
3 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-pub-dotnet-sdk-b6898d6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-b6898d66/nuget/v3/index.json" />
<add key="darc-pub-dotnet-sdk-3077626" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-3077626c/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />

View file

@ -104,20 +104,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b6898d6622ea223cbf53e6a6041803213f67f73f</Sha>
<Sha>3077626cfd04aecbc0de02075535486ca45893e0</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.22557.7">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.22557.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b6898d6622ea223cbf53e6a6041803213f67f73f</Sha>
<Sha>3077626cfd04aecbc0de02075535486ca45893e0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.22557.7">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.22557.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b6898d6622ea223cbf53e6a6041803213f67f73f</Sha>
<Sha>3077626cfd04aecbc0de02075535486ca45893e0</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.22557.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.22557.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b6898d6622ea223cbf53e6a6041803213f67f73f</Sha>
<Sha>3077626cfd04aecbc0de02075535486ca45893e0</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.0-alpha.1.22531.9" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -142,9 +142,9 @@
<Sha>02de16cd2915e7b34ffe91ab73432ba4faf4baf8</Sha>
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22552.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22557.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>391ac60bbfb2c618b82f08af728d2d4d259d584e</Sha>
<Sha>dc5e60f5f2becf0b462d37ad918443126e80b49b</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>

View file

@ -68,8 +68,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.22557.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.22557.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.22557.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.22557.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>