1 files changed, 2 insertions, 2 deletions
diff --git a/ModerationBot/ModerationBot.csproj b/ModerationBot/ModerationBot.csproj
index 009ace0..68fcb25 100644
--- a/ModerationBot/ModerationBot.csproj
+++ b/ModerationBot/ModerationBot.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
@@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
+<!-- <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />-->
</ItemGroup>
<ItemGroup>
<Content Include="appsettings*.json">
|