Update dependencies

This commit is contained in:
Asriel Camora
2025-04-28 22:37:36 -07:00
parent bdaefa5896
commit 1ce3c401ea
7 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
@@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNext" Version="5.19.1" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.189">
<PackageReference Include="DotNext" Version="5.21.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.199">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>