This commit is contained in:
Loporrit
2024-05-28 21:49:17 +00:00
parent 1163f38f70
commit cd8934a4ab

View File

@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MessagePack.Annotations" Version="2.5.108" /> <PackageReference Include="MessagePack.Annotations" Version="2.5.129" />
</ItemGroup> </ItemGroup>
</Project> </Project>