File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
22
33 <!-- General -->
44 <PropertyGroup >
55 <OutputType >WinExe</OutputType >
6- <TargetFramework >net6.0-windows </TargetFramework >
6+ <TargetFramework >netcoreapp3.1 </TargetFramework >
77 <UseWPF >true</UseWPF >
88 <LangVersion >10</LangVersion >
99 <ApplicationIcon >UI\Img\AppIcon.ico</ApplicationIcon >
1010 <Version >0.2.0.0</Version >
1111 <Authors >RayCarrot</Authors >
1212 <Product >Ray1Editor</Product >
13- <IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
1413 <PackageProjectUrl >https://github.com/RayCarrot/RayCarrot.Ray1Editor</PackageProjectUrl >
1514 <RepositoryUrl >https://github.com/RayCarrot/RayCarrot.Ray1Editor</RepositoryUrl >
1615 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments