Remove unsupported identifiers

This commit is contained in:
Matt Nadareski
2023-03-08 22:30:05 -05:00
parent 7a2497f168
commit e7c17c7b4b
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
- Set saner defaults for dumping speeds
- Attempt to support Windows 7
- Add `win7-x64` to identifier list
- Remove unsupported identifiers
### 2.4 (2022-10-26)

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win7-x64;win-x86;win-x64</RuntimeIdentifiers>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>