Add installing with nuget using VSC to guides

This commit is contained in:
Bond-009
2017-03-12 13:28:55 +01:00
parent d111214bff
commit 59a530fe1c
2 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="1.0.0-rc-00617" />
</ItemGroup>
</Project>