TouchyTickets/TouchyTickets/TouchyTickets.csproj

16 lines
551 B
XML
Raw Normal View History

2020-05-30 19:41:49 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-06-15 02:25:41 +02:00
<PackageReference Include="Coroutine" Version="2.0.0" />
2020-06-09 19:03:55 +02:00
<PackageReference Include="MLEM.Startup" Version="3.3.3-204" />
2020-05-30 19:41:49 +02:00
<PackageReference Include="MonoGame.Framework.Portable" Version="3.7.1.189">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
2020-06-01 14:45:20 +02:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020-05-30 19:41:49 +02:00
</ItemGroup>
</Project>