Skip to content

Commit e6ce002

Browse files
marcpopMSFTvseanreesermsft
authored andcommitted
Merged PR 51010: Merge public to internal
#### AI description (iteration 1) #### PR Classification This pull request merges public changes into the internal branch by updating dependency references and version information. #### PR Summary The changes update project configuration and dependency versions for consistency across internal builds. - `src/Layout/tool_fsharp/tool_fsc.csproj`: Updated Microsoft.Build packages to include explicit version overrides and added a new reference for Microsoft.NET.StringTools. - `eng/Version.Details.xml`: Bumped the version and updated the SHA for the Microsoft.SourceBuild.Intermediate.source-build-reference-packages dependency. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents abd77b9 + 3d3ab5b commit e6ce002

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@
354354
<Sha>16bcad1c13be082bd52ce178896d1119a73081a9</Sha>
355355
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
356356
</Dependency>
357-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.25269.2">
357+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.25316.2">
358358
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
359-
<Sha>cee2d057118e3ad3c58a72a23271ad88b87d4d4d</Sha>
359+
<Sha>3827e68e002064268d4be4b2d1d96048f9794808</Sha>
360360
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
361361
</Dependency>
362362
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25064.1">

src/Layout/tool_fsharp/tool_fsc.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.FSharp.Compiler" ExcludeAssets="contentFiles" GeneratePathProperty="true" />
10-
<PackageReference Include="Microsoft.Build.Framework" />
11-
<PackageReference Include="Microsoft.Build.Tasks.Core" />
12-
<PackageReference Include="Microsoft.Build.Utilities.Core" />
10+
<PackageReference Include="Microsoft.Build.Framework" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
11+
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
12+
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
13+
<PackageReference Include="Microsoft.NET.StringTools" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
1314
</ItemGroup>
1415

1516
<Target Name="_ResolvePublishNuGetPackagePdbsAndXml"

0 commit comments

Comments
 (0)