Skip to content

Commit

Permalink
Central package management - Add net9.0 package ref versions
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 12, 2024
1 parent be225a0 commit 5145356
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<IdentityServerVersion>7.0.8</IdentityServerVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net9.0'">
<FrameworkVersion>9.0.0</FrameworkVersion>
<ExtensionsVersion>9.0.0</ExtensionsVersion>
<WilsonVersion>8.0.0</WilsonVersion>
<IdentityServerVersion>7.0.8</IdentityServerVersion>
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.1.2" />
<PackageVersion Include="BullsEye" Version="5.0.0" />
Expand Down

0 comments on commit 5145356

Please sign in to comment.