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 examples to NC3.1
pull/1583/head
JT
5 years ago
parent
69233d103d
commit
d70793fd7b
3 changed files
with
5 additions
and
5 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
+2
-2
samples/02_commands_framework/02_commands_framework.csproj
+2
-2
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>netcoreapp3.
0
</TargetFramework>
<TargetFramework>netcoreapp3.
1
</TargetFramework>
</PropertyGroup>
<ItemGroup>
+ 2
- 2
samples/02_commands_framework/02_commands_framework.csproj
View File
@@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.
0
</TargetFramework>
<TargetFramework>netcoreapp3.
1
</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.
0
.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.
1
.0" />
</ItemGroup>
<ItemGroup>
+ 2
- 2
samples/03_sharded_client/03_sharded_client.csproj
View File
@@ -2,12 +2,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.
0
</TargetFramework>
<TargetFramework>netcoreapp3.
1
</TargetFramework>
<RootNamespace>_03_sharded_client</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.
0
.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.
1
.0" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save