Browse Source

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.
tags/2.0.0-beta
Alex Gravely Christopher F 7 years ago
parent
commit
dc151e8998
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/getting_started/samples/project.csproj

+ 1
- 1
docs/guides/getting_started/samples/project.csproj View File

@@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="1.0.0-rc-00617" />
<PackageReference Include="Discord.Net" Version="1.*" />
</ItemGroup>

</Project>

Loading…
Cancel
Save