Move plugin dependencies into exe project

This commit is contained in:
John Lewin 2019-12-15 15:52:16 -08:00
parent aa70f895c9
commit 31a6727b6f

View file

@ -131,9 +131,15 @@
<None Include="StaticData\SliceSettings\Layouts.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client">
<Version>5.2.6</Version>
</PackageReference>
<PackageReference Include="Mindscape.Raygun4Net">
<Version>5.6.0</Version>
</PackageReference>
<PackageReference Include="SocketIoClientDotNet">
<Version>0.9.13</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>