This commit is contained in:
Robert Muehsig
2017-10-03 23:37:46 +02:00
parent ddea8d617c
commit 7c8c26479a
7 changed files with 79 additions and 6 deletions

View File

@@ -2,10 +2,14 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\artifacts</PackageOutputPath>
<PackageId>ElectronNET.API</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SocketIoClientDotNet" Version="1.0.3" />
</ItemGroup>
</Project>