|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<RootNamespace>InteractionFramework</RootNamespace> |
|
|
|
<StartupObject></StartupObject> |
|
|
|
</PropertyGroup> |
|
|
@@ -13,13 +13,7 @@ |
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Discord.Net.Core\Discord.Net.Core.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Discord.Net.Interactions\Discord.Net.Interactions.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Discord.Net.Rest\Discord.Net.Rest.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" /> |
|
|
|
<PackageReference Include="Discord.Net.Interactions" Version="3.6.1" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |