Skip to content

Commit

Permalink
Create BooruDex.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroechi committed Oct 30, 2020
1 parent d0792dd commit 85a9e79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BooruDex.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

</Project>

0 comments on commit 85a9e79

Please sign in to comment.