浏览代码

Update ChunkyImageLibVis.csproj

Krzysztof Krysiński 2 年之前
父节点
当前提交
3fafe74d04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ChunkyImageLibVis/ChunkyImageLibVis.csproj

+ 1 - 1
src/ChunkyImageLibVis/ChunkyImageLibVis.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>WinExe</OutputType>
-    <TargetFramework>net6.0-windows</TargetFramework>
+    <TargetFramework>net7.0-windows</TargetFramework>
     <Nullable>enable</Nullable>
     <UseWPF>true</UseWPF>
     <Configurations>Debug;Release;Steam</Configurations>