Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Nov 21, 2024
1 parent e977e50 commit 601bec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { name: MacOS, os: macos-14, rid: osx-x64 }
- { name: Windows VS2022, os: windows-2022, rid: win-x64 }
dotnet:
- { name: .NET 6, version: '6.0.x' }
- { name: .NET 8, version: '8.0.x' }

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Clockify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageIconUrl>https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/Images/clockifyIcon%402x.png</PackageIconUrl>
<RepositoryUrl>https://github.com/eXpl0it3r/streamdeck-clockify</RepositoryUrl>
<RootNamespace />
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>10</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -37,7 +37,6 @@
<ItemGroup>
<PackageReference Include="Clockify.Net" Version="2.3.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" />
<PackageReference Include="streamdeck-client-csharp" Version="4.3.0" />
Expand All @@ -46,6 +45,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Update="Images\categoryIcon%402x.png">
Expand Down

0 comments on commit 601bec6

Please sign in to comment.