continuity/Server.Packets/Server.Packets.csproj

14 lines
334 B
XML
Raw Normal View History

2022-12-29 10:23:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
2022-12-29 10:23:05 +00:00
</ItemGroup>
</Project>