Skip to content

[main] Update dependencies from dotnet/msbuild #18363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/8.0.0" />
<UsagePattern IdentityGlob="System.CodeDom/8.0.0" />
<UsagePattern IdentityGlob="System.Resources.Extensions/8.0.0" />
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/8.0.0" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/8.0.0" />

<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Runtime.linux-x64/9.0.*" />
Expand All @@ -26,12 +25,4 @@
<!-- Tracked in https://github.com/dotnet/source-build/issues/3438 -->
<UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/3.2.2146" />
</IgnorePatterns>

<Usages>
<Usage Id="Microsoft.Build.Framework" Version="17.12.6" IsDirectDependency="true" />
<Usage Id="Microsoft.Build.Tasks.Core" Version="17.12.6" IsDirectDependency="true" />
<Usage Id="Microsoft.Build.Utilities.Core" Version="17.12.6" IsDirectDependency="true" />
<Usage Id="Microsoft.NET.StringTools" Version="17.12.6" />
<Usage Id="System.Formats.Asn1" Version="8.0.1" />
</Usages>
</UsageData>
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.0-preview-24178-03">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25156-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
<Sha>353c0f3d37957cc98bfa6a76b568d70d12193fc3</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24178-03">
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25156-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
<Sha>353c0f3d37957cc98bfa6a76b568d70d12193fc3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Framework" Version="17.11.0-preview-24178-03">
<Dependency Name="Microsoft.Build.Framework" Version="17.14.0-preview-25156-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
<Sha>353c0f3d37957cc98bfa6a76b568d70d12193fc3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.11.0-preview-24178-03">
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.14.0-preview-25156-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
<Sha>353c0f3d37957cc98bfa6a76b568d70d12193fc3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.11.0-preview-24178-03">
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.14.0-preview-25156-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
<Sha>353c0f3d37957cc98bfa6a76b568d70d12193fc3</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- System.* packages -->
<!-- If a System.* package is stuck on version 4.3.x, targets .NET Standard 1.x and hasn't been
updated in years, you most likely DON'T need it, please exercise caution when adding it to the list. -->
<SystemPackageVersionVersion>8.0.0</SystemPackageVersionVersion>
<SystemPackageVersionVersion>9.0.0</SystemPackageVersionVersion>
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
<SystemCollectionsImmutableVersion>$(SystemPackageVersionVersion)</SystemCollectionsImmutableVersion>
<SystemComponentModelCompositionVersion>$(SystemPackageVersionVersion)</SystemComponentModelCompositionVersion>
Expand All @@ -94,7 +94,7 @@
<MicrosoftVisualStudioShellPackagesVersion>17.10.40152</MicrosoftVisualStudioShellPackagesVersion>
<VisualStudioProjectSystemPackagesVersion>17.10.526-pre-g1b474069f5</VisualStudioProjectSystemPackagesVersion>
<MicrosoftVisualStudioThreadingPackagesVersion>17.10.41</MicrosoftVisualStudioThreadingPackagesVersion>
<MicrosoftBuildVersion>17.12.6</MicrosoftBuildVersion>
<MicrosoftBuildVersion>17.14.0-preview-25156-07</MicrosoftBuildVersion>
<!-- Roslyn packages -->
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>
Expand Down Expand Up @@ -130,9 +130,9 @@
<MicrosoftVisualStudioShellImmutable150Version>15.0.25123-Dev15Preview</MicrosoftVisualStudioShellImmutable150Version>
<!-- -->
<!-- Microsoft Build packages -->
<MicrosoftBuildFrameworkVersion>$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
<MicrosoftBuildUtilitiesCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftBuildFrameworkVersion>17.14.0-preview-25156-07</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildTasksCoreVersion>17.14.0-preview-25156-07</MicrosoftBuildTasksCoreVersion>
<MicrosoftBuildUtilitiesCoreVersion>17.14.0-preview-25156-07</MicrosoftBuildUtilitiesCoreVersion>
<!-- -->
<!-- Visual Studio Editor packages -->
<MicrosoftVisualStudioCoreUtilityVersion>$(VisualStudioEditorPackagesVersion)</MicrosoftVisualStudioCoreUtilityVersion>
Expand Down
Loading