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 55b143d commit 8f42b20Copy full SHA for 8f42b20
.github/workflows/action.yml
@@ -11,7 +11,6 @@ jobs:
11
uses: actions/setup-dotnet@v3
12
with:
13
dotnet-version: |
14
- 7
15
8
16
9
17
- name: Install dependencies
CodeQualityToGitlab/CodeQualityToGitlab.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
<PackAsTool>true</PackAsTool>
0 commit comments