Skip to content

Commit 9f0f220

Browse files
committed
Revert back to targeting netcoreapp3.1
NET 6 single exe publishing doesn't work on Windows 7
1 parent 342e675 commit 9f0f220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
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>

0 commit comments

Comments
 (0)