Move plugin dependencies into exe project
This commit is contained in:
parent
aa70f895c9
commit
31a6727b6f
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue