Skip to content

Commit

Permalink
Add missing "extra" package version info that's used in the SDK's PGO…
Browse files Browse the repository at this point in the history
… legs (#46252)
  • Loading branch information
jkoritzinsky authored Jan 24, 2025
1 parent ca36b43 commit edf1c61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SourceBuild/content/repo-projects/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
<!-- Used by installer partition in sdk repo to determine sdk version -->
<ExtraPackageVersionPropsPackageInfo Include="MicrosoftDotnetToolsetInternalPackageVersion" Version="%24(MicrosoftNETSdkPackageVersion)" />

<!-- Used by installer partition to determine the non-shipping runtime version -->
<ExtraPackageVersionPropsPackageInfo Include="VSRedistCommonNetCoreTargetingPackx64100PackageVersion" Version="%24(MicrosoftNETCoreAppRefPackageVersion)" />

<!-- Used by sdk to determine msbuild version for fsharp -->
<ExtraPackageVersionPropsPackageInfo Include="FSharpBuildVersion" Version="%24(MicrosoftBuildPackageVersion)" />
</ItemGroup>
Expand Down

0 comments on commit edf1c61

Please sign in to comment.