Browse Source

Update samples to .NET Core 3.0

pull/1382/head
JT 6 years ago
parent
commit
b210398753
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      samples/01_basic_ping_bot/01_basic_ping_bot.csproj
  2. +1
    -1
      samples/02_commands_framework/02_commands_framework.csproj
  3. +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>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.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>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.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>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>_03_sharded_client</RootNamespace>
</PropertyGroup>



Loading…
Cancel
Save