mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-02 02:45:34 -05:00
13 lines
291 B
XML
13 lines
291 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
|
|
<Description>Data Structures</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|