Skip to content

Commit

Permalink
Revert back to targeting netcoreapp3.1
Browse files Browse the repository at this point in the history
NET 6 single exe publishing doesn't work on Windows 7
  • Loading branch information
RayCarrot committed Dec 23, 2021
1 parent 342e675 commit 9f0f220
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<!-- General -->
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<LangVersion>10</LangVersion>
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
<Version>0.2.0.0</Version>
<Authors>RayCarrot</Authors>
<Product>Ray1Editor</Product>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<PackageProjectUrl>https://github.com/RayCarrot/RayCarrot.Ray1Editor</PackageProjectUrl>
<RepositoryUrl>https://github.com/RayCarrot/RayCarrot.Ray1Editor</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit 9f0f220

Please sign in to comment.