From b35da87ebeaba49b63d1df97fe87c87bc061461a Mon Sep 17 00:00:00 2001
From: Octol1ttle <l1ttleofficial@outlook.com>
Date: Sun, 1 Dec 2024 18:54:28 +0500
Subject: [PATCH] change: bump TargetFramework from 8.0 to 9.0

---
 TeamOctolings.Octobot/TeamOctolings.Octobot.csproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TeamOctolings.Octobot/TeamOctolings.Octobot.csproj b/TeamOctolings.Octobot/TeamOctolings.Octobot.csproj
index ec09b3d..ab03e75 100644
--- a/TeamOctolings.Octobot/TeamOctolings.Octobot.csproj
+++ b/TeamOctolings.Octobot/TeamOctolings.Octobot.csproj
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net8.0</TargetFramework>
+        <TargetFramework>net9.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
         <Version>2.0.0</Version>
@@ -26,7 +26,7 @@
         <PackageReference Include="Humanizer.Core.ru" Version="2.14.1" />
         <PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
         <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
-        <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
+        <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0"/>
         <PackageReference Include="Remora.Commands" Version="10.0.6"/>
         <PackageReference Include="Remora.Discord.Caching" Version="39.0.0" />
         <PackageReference Include="Remora.Discord.Extensions" Version="5.3.6"/>