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:
committed by
Christopher F
parent
5218e6be97
commit
dc151e8998
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Discord.Net" Version="1.0.0-rc-00617" />
|
||||
<PackageReference Include="Discord.Net" Version="1.*" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user