We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6f698 commit 51bf1a3Copy full SHA for 51bf1a3
dist/index.js
@@ -65,7 +65,7 @@ function run() {
65
core.info("- name: Setup .NET Core");
66
core.info(" uses: actions/setup-dotnet@v3");
67
core.info(" with");
68
- core.info(" dotnet-version: 6.x");
+ core.info(" dotnet-version: 8.x");
69
core.info(" dotnet-quality: 'ga'");
70
return;
71
}
src/reportgenerator.ts
@@ -30,7 +30,7 @@ async function run() {
30
31
32
33
34
35
36
0 commit comments