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 e124478 commit f09676fCopy full SHA for f09676f
.github/workflows/ci.yml
@@ -26,11 +26,6 @@ jobs:
26
with:
27
dotnet-version: '6.0.x'
28
29
- - name: Setup net5
30
- uses: actions/setup-dotnet@v1
31
- with:
32
- dotnet-version: '5.0.x'
33
-
34
- name: Setup net3
35
uses: actions/setup-dotnet@v1
36
.github/workflows/dependabot.yml
build/build.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
6
</PropertyGroup>
7
8
<ItemGroup>
0 commit comments