Browse Source

stbchecker: modernize .net version

Ilia Shipitsin 10 months ago
parent
commit
cdd3bddcc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      developer_tools/stbchecker/stbchecker.csproj

+ 1 - 1
developer_tools/stbchecker/stbchecker.csproj

@@ -2,7 +2,7 @@
 
 
   <PropertyGroup>
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <OutputType>Exe</OutputType>
-    <TargetFramework>net7.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
   </PropertyGroup>
   </PropertyGroup>
 
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">