Update VS Code csproj example to target version 1.0.2. (#849)

* Update target version to 1.0.2.

* Change to target latest 1.x stable.
This commit is contained in:
Alex Gravely
2017-11-05 22:05:09 -05:00
committed by Christopher F
parent 5218e6be97
commit dc151e8998

View File

@@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Discord.Net" Version="1.0.0-rc-00617" /> <PackageReference Include="Discord.Net" Version="1.*" />
</ItemGroup> </ItemGroup>
</Project> </Project>