Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Miha Kralj
2023-04-01 17:09:53 -07:00
+3 -3
View File
@@ -17,12 +17,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install .NET 7.0 - name: Install .NET 6.0 and 8.0
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: | dotnet-version: |
7.0.x 8.0.x
5.0.x 6.0.x
include-prerelease: true include-prerelease: true
- name: Install JDK11 for Sonar Scanner - name: Install JDK11 for Sonar Scanner