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 samples to .NET Core 3.0
pull/1382/head
JT
6 years ago
parent
b748a0501d
commit
b210398753
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
samples/01_basic_ping_bot/01_basic_ping_bot.csproj
+1
-1
samples/02_commands_framework/02_commands_framework.csproj
+1
-1
samples/03_sharded_client/03_sharded_client.csproj
+ 1
- 1
samples/01_basic_ping_bot/01_basic_ping_bot.csproj
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp
2.1
</TargetFramework>
<TargetFramework>netcoreapp
3.0
</TargetFramework>
</PropertyGroup>
<ItemGroup>
+ 1
- 1
samples/02_commands_framework/02_commands_framework.csproj
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp
2.1
</TargetFramework>
<TargetFramework>netcoreapp
3.0
</TargetFramework>
</PropertyGroup>
<ItemGroup>
+ 1
- 1
samples/03_sharded_client/03_sharded_client.csproj
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp
2.1
</TargetFramework>
<TargetFramework>netcoreapp
3.0
</TargetFramework>
<RootNamespace>_03_sharded_client</RootNamespace>
</PropertyGroup>
Write
Preview
Loading…
Cancel
Save