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 | b6cc5ef26189f4278c0409e1baf7768805ed2f90 (patch) | |
tree | 16dbafb806d6013f8054d06ef21731557f7d9254 /ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj | |
parent | State vs Timeline events (diff) | |
download | LibMatrix-b6cc5ef26189f4278c0409e1baf7768805ed2f90.tar.xz |
Update to .net 8
Diffstat (limited to 'ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj')
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj b/ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj index 30ea1e5..3e33be8 100644 --- a/ExampleBots/LibMatrix.ExampleBot/LibMatrix.ExampleBot.csproj +++ b/ExampleBots/LibMatrix.ExampleBot/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> |