Updated Discord.NET version. Added wsl run option

This commit is contained in:
2024-07-01 15:25:05 +03:00
parent 16147b6bd7
commit 9aeb406f6f
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"DiscordBot": {
"commandName": "Project"
},
"DiscordBot(WSL)": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "./DiscordBot"
}
}
}

View File

@@ -15,7 +15,7 @@
<None Remove="BlankWindow1.xaml" /> <None Remove="BlankWindow1.xaml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Discord.Net" Version="3.14.1" /> <PackageReference Include="Discord.Net" Version="3.15.2" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" /> <PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>