Add net8.0 support

This commit is contained in:
Patrik Svensson
2023-11-14 22:05:28 +01:00
committed by Patrik Svensson
parent e07ccd9f66
commit b1e0896a0d
48 changed files with 48 additions and 48 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ExampleTitle>Live</ExampleTitle>
<ExampleDescription>Demonstrates how to do live updates.</ExampleDescription>
<ExampleGroup>Live</ExampleGroup>