Skip to content

Commit f09676f

Browse files
update CI
1 parent e124478 commit f09676f

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
with:
2727
dotnet-version: '6.0.x'
2828

29-
- name: Setup net5
30-
uses: actions/setup-dotnet@v1
31-
with:
32-
dotnet-version: '5.0.x'
33-
3429
- name: Setup net3
3530
uses: actions/setup-dotnet@v1
3631
with:

.github/workflows/dependabot.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

build/build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)