diff options
author | Rory& <root@rory.gay> | 2024-11-16 03:32:14 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-16 03:32:14 +0100 |
commit | 06e47e15d3d39152b1fea632df5a2670542f9222 (patch) | |
tree | 0b342f6a856775aa8006940101c8855187a40ef6 /Utilities/LibMatrix.DevTestBot | |
parent | Add helper function to turn event type -> types (diff) | |
download | LibMatrix-06e47e15d3d39152b1fea632df5a2670542f9222.tar.xz |
Update to .NET 9
Diffstat (limited to 'Utilities/LibMatrix.DevTestBot')
-rw-r--r-- | Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj b/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj index 6518c67..4847c12 100644 --- a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj +++ b/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net9.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> @@ -23,7 +23,7 @@ <ItemGroup> <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview7205256004.28c0e5a"/> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" /> </ItemGroup> <ItemGroup> <Content Include="appsettings*.json"> |