Skip to content

Commit

Permalink
Don't introduce prebuilts for 8.0.10 packs when building source only
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Dec 19, 2024
1 parent 395d298 commit 6e9b458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
We should try to keep this version in sync with the version of app-local runtime in VS.
-->
<MicrosoftNetCoreAppRuntimePackagesVersion>8.0.10</MicrosoftNetCoreAppRuntimePackagesVersion>
<MicrosoftWindowsDesktopAppRuntimePackagesVersion>8.0.10</MicrosoftWindowsDesktopAppRuntimePackagesVersion>
<MicrosoftNetCoreAppRuntimePackagesVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">8.0.10</MicrosoftNetCoreAppRuntimePackagesVersion>
<MicrosoftWindowsDesktopAppRuntimePackagesVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">8.0.10</MicrosoftWindowsDesktopAppRuntimePackagesVersion>
<_xunitVersion>2.9.2</_xunitVersion>
<SqliteVersion>2.1.0</SqliteVersion>
</PropertyGroup>
Expand Down

0 comments on commit 6e9b458

Please sign in to comment.