File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 - name : Archive Build
8181 shell : pwsh
8282 run : |
83- Compress-Archive .\Build\Release\* Aurora-v${{steps.buildnumber.outputs.build_number}}.zip
83+ Compress-Archive .\Build\Release\win10-x64\ * Aurora-v${{steps.buildnumber.outputs.build_number}}.zip
8484
8585 - name : Installer Release
8686 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 8787 - name : Archive Build
8888 shell : pwsh
8989 run : |
90- Compress-Archive .\Build\Release\* Aurora-v${{steps.buildnumber.outputs.build_number}}.zip
90+ Compress-Archive .\Build\Release\win10-x64\ * Aurora-v${{steps.buildnumber.outputs.build_number}}.zip
9191
9292 - name : Release
9393 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
4141
4242[Files]
4343//Source : " unzipper.dll" ; Flags : dontcopy
44- Source : " ..\Build\Release\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
44+ Source : " ..\Build\Release\win10-x64\ *" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
4545//AfterInstall : ExtractMe(' {app} \Aurora-v{#Version}.zip' , ' {app} ' )
4646Source : " vcredist_x86.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
4747Source : " vcredist_x64.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0-windows10.0.22000.0</TargetFramework >
5- <Platforms >AnyCPU;x64</Platforms >
4+ <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
5+ <Platforms >x64</Platforms >
6+ <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
67 <OutputType >WinExe</OutputType >
78 <PlatformTarget >x64</PlatformTarget >
89 <UseWindowsForms >true</UseWindowsForms >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFramework >net48 </TargetFramework >
4+ <TargetFramework >net6.0-windows10.0.17763.0 </TargetFramework >
55 <OutputType >Library</OutputType >
66 <AppDesignerFolder >Properties</AppDesignerFolder >
77 <RootNamespace >ColorBox</RootNamespace >
1414 <Copyright >Copyright © NCore Softwares Pvt. Ltd. 2013</Copyright >
1515 <AssemblyVersion >1.1</AssemblyVersion >
1616 <FileVersion >1.1</FileVersion >
17- <Platforms >AnyCPU;x64</Platforms >
17+ <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
18+ <Platforms >x64</Platforms >
19+ <PlatformTarget >x64</PlatformTarget >
1820 </PropertyGroup >
1921
2022 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0-windows10.0.22000.0</TargetFramework >
5- <Platforms >AnyCPU;x64</Platforms >
4+ <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
5+ <Platforms >x64</Platforms >
6+ <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
67 <OutputType >Library</OutputType >
78 <AppDesignerFolder >Properties</AppDesignerFolder >
89 <RootNamespace >Plugin_Example</RootNamespace >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
55 <Platforms >x64</Platforms >
6+ <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
67 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
78 <WarningLevel >0</WarningLevel >
89 <OutputType >WinExe</OutputType >
You can’t perform that action at this time.
0 commit comments