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

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.3.24161.8 -> To Version 9.0.100-preview.3.24161.17

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.9.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.9.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.Platforms,Microsoft.SourceBuild.Intermediate.runtime.linux-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.SourceBuild.Intermediate.roslyn,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64
 From Version 9.0.0-preview.3.24161.1 -> To Version 9.0.0-preview.3.24161.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-03-12 02:42:45 +00:00
parent a0be248739
commit 0adcdcb2d6
2 changed files with 17 additions and 17 deletions

View file

@ -91,26 +91,26 @@
<Sha>b3b8dffff4d092058b2d8942268b498cbfdb14ec</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.3.24161.14">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.3.24161.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>935c95ef19ca78222cdbb5c7447af26856e090ab</Sha>
<Sha>188fe2e0a2b8e98eedf03bc796045540009085fa</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.3.24161.14">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.3.24161.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>935c95ef19ca78222cdbb5c7447af26856e090ab</Sha>
<Sha>188fe2e0a2b8e98eedf03bc796045540009085fa</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.3.24161.14">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.3.24161.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>935c95ef19ca78222cdbb5c7447af26856e090ab</Sha>
<Sha>188fe2e0a2b8e98eedf03bc796045540009085fa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.3.24161.14">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.3.24161.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>935c95ef19ca78222cdbb5c7447af26856e090ab</Sha>
<Sha>188fe2e0a2b8e98eedf03bc796045540009085fa</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.3.24161.14">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.3.24161.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>935c95ef19ca78222cdbb5c7447af26856e090ab</Sha>
<Sha>188fe2e0a2b8e98eedf03bc796045540009085fa</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
@ -152,14 +152,14 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>8dc0343c350d3b7736710cacb306790bde0394d0</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.300-beta.24157.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.300-beta.24161.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>661d88ab1975665fbe8c580e7e2dab01bf264c27</Sha>
<Sha>212eaf7fac2d837c51dc49e477a599ebea68338b</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="8.0.300-beta.24157.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="8.0.300-beta.24161.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>661d88ab1975665fbe8c580e7e2dab01bf264c27</Sha>
<Sha>212eaf7fac2d837c51dc49e477a599ebea68338b</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24158-06" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.3.24161.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.3.24161.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.3.24161.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.3.24161.17</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.3.24161.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.3.24161.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>