File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-dotnet@v4
18
18
with :
19
19
dotnet-version : |
20
+ 6.0.x
20
21
8.0.x
21
22
22
23
- name : Build
32
33
uses : actions/setup-dotnet@v4
33
34
with :
34
35
dotnet-version : |
36
+ 6.0.x
35
37
8.0.x
36
38
37
39
- name : Build
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework > net8.0</TargetFramework >
3
+ <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
4
4
<PackageOutputPath >..\..\artifacts</PackageOutputPath >
5
5
<PackageId >ElectronNET.API</PackageId >
6
6
<Authors >Gregor Biswanger, Florian Rappl</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework > net8.0</TargetFramework >
4
+ <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
5
5
<AssemblyName >dotnet-electronize</AssemblyName >
6
6
<ToolCommandName >electronize</ToolCommandName >
7
7
<PackageType >DotnetCliTool</PackageType >
25
25
<PackageReleaseNotes >Changelog: https://github.com/ElectronNET/Electron.NET/blob/main/Changelog.md</PackageReleaseNotes >
26
26
<PackageIcon >PackageIcon.png</PackageIcon >
27
27
<PackAsTool >true</PackAsTool >
28
- <PublishSelfContained >true</PublishSelfContained >
29
28
<StartupObject >
30
29
</StartupObject >
31
30
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments