Skip to content

Commit

Permalink
Update to .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N committed Apr 14, 2020
1 parent edf4c78 commit c1ed596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/DiscordBot.dll",
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/DiscordBot.dll",
"args": [],
"cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand Down
4 changes: 2 additions & 2 deletions DiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="1.0.2" />
<PackageReference Include="Discord.Net" Version="2.1.1" />
</ItemGroup>

</Project>

0 comments on commit c1ed596

Please sign in to comment.