diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-14 17:53:53 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-14 17:53:53 +0100 |
commit | 18f93dc991a0ab710b0b803662b79760a5c88f51 (patch) | |
tree | 7208f61d3055c41516c2e591cf293d2db73cd0a0 | |
parent | Small refactors (diff) | |
download | LibMatrix.ExampleBot-18f93dc991a0ab710b0b803662b79760a5c88f51.tar.xz |
Update to .net 8
-rw-r--r-- | LibMatrix.ExampleBot.csproj | 2 |
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> |