Skip to content

Commit

Permalink
Update to net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
prezaei committed Jan 11, 2025
1 parent 94d9f94 commit a9e314a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET 8
- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Build
run: dotnet build -c Release src/Cloudtoid.CodeAnalysis.sln
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudtoid.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
</PropertyGroup>

<!-- NuGet Packaging -->
Expand Down

0 comments on commit a9e314a

Please sign in to comment.