Commit 4f8923a 1 parent dc73f33 commit 4f8923a Copy full SHA for 4f8923a
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- { name: MacOS, os: macos-14, rid: osx-x64 }
18
18
- { name: Windows VS2022, os: windows-2022, rid: win-x64 }
19
19
dotnet :
20
- - { name: .NET 6 , version: '6 .0.x' }
20
+ - { name: .NET 8 , version: '8 .0.x' }
21
21
22
22
steps :
23
23
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
<PackageIconUrl >https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/Images/clockifyIcon%402x.png</PackageIconUrl >
22
22
<RepositoryUrl >https://github.com/eXpl0it3r/streamdeck-clockify</RepositoryUrl >
23
23
<RootNamespace />
24
- <TargetFramework >net6.0-windows </TargetFramework >
24
+ <TargetFramework >net8.0 </TargetFramework >
25
25
<LangVersion >10</LangVersion >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
37
37
<ItemGroup >
38
38
<PackageReference Include =" Clockify.Net" Version =" 2.3.0" />
39
39
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
40
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
41
40
<PackageReference Include =" NLog" Version =" 5.3.4" />
42
41
<PackageReference Include =" runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version =" 6.0.5.128" />
43
42
<PackageReference Include =" streamdeck-client-csharp" Version =" 4.3.0" />
46
45
<PrivateAssets >all</PrivateAssets >
47
46
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
48
47
</PackageReference >
48
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
49
49
</ItemGroup >
50
50
<ItemGroup >
51
51
<None Update =" Images\categoryIcon%402x.png" >
You can’t perform that action at this time.
0 commit comments