CodeLiturgy.Dashboard/BlueWest/BlueWest.csproj

22 lines
747 B
XML
Raw Normal View History

2021-12-06 02:49:27 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-12-26 20:43:27 +03:00
<TargetFramework>net6.0</TargetFramework>
2021-12-06 02:49:27 +03:00
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<RootNamespace>PerformanceSolution</RootNamespace>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BlueWest.Collections\BlueWest.Collections.csproj" />
<ProjectReference Include="..\BlueWest.Data\BlueWest.Data.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="2.3.85" />
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
</ItemGroup>
</Project>