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

14 lines
504 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" />
2020-01-17 22:56:52 +00:00
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0-preview.18571.3" />
2019-12-24 18:02:09 +00:00
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>