wabbajack/Wabbajack.Common.CSP/Wabbajack.Common.CSP.csproj

14 lines
488 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-12-24 18:02:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
2019-12-24 18:02:09 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.3.2" />
2019-12-24 18:02:09 +00:00
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>