Skip to content

Commit

Permalink
add support for .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgun committed Jan 14, 2025
1 parent 109a1e1 commit dc4a60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
6.0.x
7.0.x
8.0.x
9.0.x
DOTNET_BUILD_CONFIGURATION: Release
SONAR_PATH: .\.sonar\scanner
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FluentValidation.AutoValidation [Release]

env:
DOTNET_VERSION: 8.0.x
DOTNET_VERSION: 9.0.x
DOTNET_BUILD_CONFIGURATION: Release
DOTNET_PACKAGES_OUTPUT_DIRECTORY: .nuget
NUGET_SOURCE: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit dc4a60b

Please sign in to comment.