SmoOnlineServer/Shared/Shared.csproj

16 lines
475 B
XML
Raw Permalink Normal View History

2022-02-04 09:45:38 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2022-02-04 09:45:38 +00:00
</PropertyGroup>
<ItemGroup>
2022-03-13 11:14:01 +00:00
<PackageReference Include="ObjectDumper.NET" Version="3.3.13" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
2022-02-04 09:45:38 +00:00
</ItemGroup>
</Project>