about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:53:53 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:53:53 +0100
commit18f93dc991a0ab710b0b803662b79760a5c88f51 (patch)
tree7208f61d3055c41516c2e591cf293d2db73cd0a0
parentSmall refactors (diff)
downloadLibMatrix.ExampleBot-18f93dc991a0ab710b0b803662b79760a5c88f51.tar.xz
Update to .net 8
-rw-r--r--LibMatrix.ExampleBot.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.ExampleBot.csproj b/LibMatrix.ExampleBot.csproj

index 30ea1e5..3e33be8 100644 --- a/LibMatrix.ExampleBot.csproj +++ b/LibMatrix.ExampleBot.csproj
@@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net7.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable>