Skip to content

Commit

Permalink
Merge pull request #3 from damirarh/feature/dotnet-9
Browse files Browse the repository at this point in the history
Upgrade projects to .NET 9 and update all packages to latest version
  • Loading branch information
damirarh authored Dec 27, 2024
2 parents d471e4a + 7d462ce commit a4af7af
Show file tree
Hide file tree
Showing 6 changed files with 991 additions and 569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ClockifyExport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
dotnet-quality: ga
cache: true
cache-dependency-path: "**/packages.lock.json"
Expand Down
4 changes: 2 additions & 2 deletions ClockifyExport.Cli/ClockifyExport.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AnalysisLevel>latest-all</AnalysisLevel>
Expand Down
Loading

0 comments on commit a4af7af

Please sign in to comment.