File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net5.0-windows </TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<Platforms >AnyCPU;x64</Platforms >
8
8
<ApplicationIcon >installer\flexasiogui.ico</ApplicationIcon >
Original file line number Diff line number Diff line change 1
1
#define MyAppName " FlexASIO GUI"
2
- #define MyAppVersion " 0.31"
2
+ #define MyAppVersion " 0.31-net5.0 "
3
3
#define MyAppPublisher " https://github.com/flipswitchingmonkey/FlexASIO_GUI"
4
4
#define MyAppURL " "
5
5
#define MyAppExeName " FlexASIOGUI.exe"
@@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
32
32
;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
33
33
34
34
[Files]
35
- Source : " ..\bin\x64\Release\netcoreapp3.1 \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs
35
+ Source : " ..\bin\x64\Release\net5.0-windows \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs
36
36
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
37
37
38
38
[Icons]
You can’t perform that action at this time.
0 commit comments