1
0
mirror of synced 2024-11-24 06:10:11 +01:00
TakoTako/TakoTako.Common/TakoTako.Common.csproj

17 lines
511 B
XML
Raw Normal View History

2022-02-04 07:21:30 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>TakoTako.Common</RootNamespace>
<AssemblyName>TakoTako.Common</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\TakoTako\References\Newtonsoft.Json.dll</HintPath>
2022-02-04 07:21:30 +01:00
</Reference>
</ItemGroup>
</Project>