Skip to content

Commit cb14fc3

Browse files
committed
Update Qodana config to include .NET 8.0 and 9.0 frameworks
Added support for .NET 8.0 and .NET 9.0 by modifying the `frameworks` field in the Qodana configuration. This ensures compatibility with newer framework versions in the CI/CD pipeline.
1 parent 3d02ab0 commit cb14fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qodana.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ exclude:
8585
#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
8686
bootstrap: dotnet build src/GitVersion.slnx
8787
dotnet:
88+
frameworks: net8.0;net9.0
8889
solution: src/GitVersion.slnx
8990
#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
9091
#plugins:

0 commit comments

Comments
 (0)