Skip to content

Commit

Permalink
Use .NET 8 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neoscie committed Jan 16, 2025
1 parent 98c7767 commit 80ecfd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
ARTIFACTS_FEED_URL: https://api.nuget.org/v3/index.json
BUILD_CONFIGURATION: "Release"
DOTNET_VERSION: "6.x"
DOTNET_VERSION: "8.x"

jobs:
build-pack-push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on:
on:
push:
branches: [ main ]
pull_request:
Expand All @@ -9,7 +9,7 @@ on:

env:
BUILD_CONFIGURATION: "Release"
DOTNET_VERSION: "6.x"
DOTNET_VERSION: "8.x"

jobs:
build:
Expand Down

0 comments on commit 80ecfd6

Please sign in to comment.