This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
5218e6be97
commit
dc151e8998
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save