Browse Source

Change to target latest 1.x stable.

pull/849/head
Alex Gravely GitHub 8 years ago
parent
commit
b57949939e
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.2" />
<PackageReference Include="Discord.Net" Version="1.*" />
</ItemGroup>

</Project>

Loading…
Cancel
Save