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

15 lines
554 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>
2020-01-25 23:25:51 +00:00
<TargetFramework>netstandard2.1</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
2019-12-24 18:02:09 +00:00
</PropertyGroup>
<ItemGroup>
2020-11-14 14:26:04 +00:00
<PackageReference Include="System.Reactive" Version="5.0.0" />
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>