Skip to content

Commit bb8c990

Browse files
changed project to .net 5.0
1 parent d6720b5 commit bb8c990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FlexASIOGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<Platforms>AnyCPU;x64</Platforms>
88
<ApplicationIcon>installer\flexasiogui.ico</ApplicationIcon>

installer/FlexASIOGUI.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "FlexASIO GUI"
2-
#define MyAppVersion "0.31"
2+
#define MyAppVersion "0.31-net5.0"
33
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
44
#define MyAppURL ""
55
#define MyAppExeName "FlexASIOGUI.exe"
@@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3232
;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
3333

3434
[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
3636
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
3737

3838
[Icons]

0 commit comments

Comments
 (0)