Skip to content

Commit

Permalink
change dotnet version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgun committed Sep 22, 2023
1 parent f7736b7 commit bce479a
Showing 1 changed file with 1 addition and 1 deletion.
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: 7.0.x
DOTNET_VERSION: 8.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 bce479a

Please sign in to comment.