feat: strip windows from target framework

This commit is contained in:
Mufaro
2024-10-07 12:08:19 +00:00
parent 44073ab3f4
commit a642f5911f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,11 +2,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>Icon1.ico</ApplicationIcon>
<PublishAot>true</PublishAot>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,4 +1,4 @@
using Newtonsoft.Json;
using System.Text.Json;
using System.IO.Compression;
using System.Net;
using System.Net.Http;