Skip to content

Commit e7487a2

Browse files
committed
Targeted tests to .net6 and changed runner to ubuntu-20.04
1 parent 13a2a76 commit e7487a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildAndTestOnEveryPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
UbuntuBuild:
1111
name: Build on ubuntu-latest
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-20.04
1313

1414
steps:
1515
- uses: actions/checkout@v1

Frends.Community.SQL.Tests/Frends.Community.SQL.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net471</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)