Review dependency

This commit is contained in:
Jöran Malek 2024-01-14 01:29:21 +01:00
parent 76ebb55ab7
commit 554a36c576
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ Incorporates following libraries directly:
**.NET Foundation and Contributors**
- [CommunityToolkit.HighPerformance](https://github.com/CommunityToolkit/dotnet) - MIT
- [dotNext.Threading](https://github.com/dotnet/dotNext) - MIT
- [dotNext](https://github.com/dotnet/dotNext) - MIT
- Several runtime libraries, as part of [.NET](https://github.com/dotnet/runtime)
- Microsoft.AspNetCore.App
- Microsoft.Extensions.Configuration.Binder

View file

@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="DotNext.Threading" Version="4.15.2" />
<PackageReference Include="DotNext" Version="4.15.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
<PackageReference Include="Sep" Version="0.4.0" />