Skip to content

Commit

Permalink
Update NoGet packages to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Nov 13, 2024
1 parent 4a1f278 commit 7a67a8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0-windows'">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="System.Management" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="System.Management" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit 7a67a8f

Please sign in to comment.