Update dependencies from https://github.com/dotnet/sdk build 20240515.18
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.400-preview.24264.37 -> To Version 8.0.400-preview.24265.18 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.11.0-preview-24263-02 -> To Version 17.11.0-preview-24265-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
1ac4b21b0d
commit
7562e059b7
2 changed files with 17 additions and 17 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
|
||||
<Sha>da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24264.37">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24265.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>742f819ed02792f7238aca5ff3bc67b027e27865</Sha>
|
||||
<Sha>1de2a12738dc2fe7fb11d146249acee1f217f386</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24264.37">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24265.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>742f819ed02792f7238aca5ff3bc67b027e27865</Sha>
|
||||
<Sha>1de2a12738dc2fe7fb11d146249acee1f217f386</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24264.37">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24265.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>742f819ed02792f7238aca5ff3bc67b027e27865</Sha>
|
||||
<Sha>1de2a12738dc2fe7fb11d146249acee1f217f386</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24264.37">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24265.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>742f819ed02792f7238aca5ff3bc67b027e27865</Sha>
|
||||
<Sha>1de2a12738dc2fe7fb11d146249acee1f217f386</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>
|
||||
|
@ -141,18 +141,18 @@
|
|||
<Sha>e2dad6af0f5a33cfbe6921a16224a9941197930d</Sha>
|
||||
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-preview-24263-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-preview-24265-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>625e595b34ef4848b65bca0bae319cd95fb3a82c</Sha>
|
||||
<Sha>2588f022c1c4a12e159e0ed07f5a5ea3f3c9eaa8</Sha>
|
||||
<SourceBuild RepoName="vstest" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
|
||||
<Sha>1381d5ebd2ab1f292848d5b19b80cf71ac332508</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24263.16" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24264.12" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>0396154ea7010211d8bf65c168b9cf57ec8a5e55</Sha>
|
||||
<Sha>6f815fb2aad6e56928d04322ad0e2d1b3c724b77</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24223-07" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -78,16 +78,16 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24264.37</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24264.37</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24264.37</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24265.18</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24265.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24265.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/roslyn -->
|
||||
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-2.24263.16</MicrosoftNetCompilersToolsetPackageVersion>
|
||||
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-2.24264.12</MicrosoftNetCompilersToolsetPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
||||
|
@ -183,7 +183,7 @@
|
|||
<PropertyGroup>
|
||||
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
|
||||
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
|
||||
<MicrosoftNETTestSdkVersion>17.11.0-preview-24263-02</MicrosoftNETTestSdkVersion>
|
||||
<MicrosoftNETTestSdkVersion>17.11.0-preview-24265-01</MicrosoftNETTestSdkVersion>
|
||||
<MicrosoftExtensionsLoggingConsoleVersion>8.0.0-alpha.1.22557.12</MicrosoftExtensionsLoggingConsoleVersion>
|
||||
</PropertyGroup>
|
||||
<!-- Workload manifest package versions -->
|
||||
|
|
Loading…
Reference in a new issue