We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a2a76 commit e7487a2Copy full SHA for e7487a2
2 files changed
.github/workflows/BuildAndTestOnEveryPush.yml
@@ -9,7 +9,7 @@ jobs:
9
10
UbuntuBuild:
11
name: Build on ubuntu-latest
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
13
14
steps:
15
- uses: actions/checkout@v1
Frends.Community.SQL.Tests/Frends.Community.SQL.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net471</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
5
6
<IsPackable>false</IsPackable>
7
</PropertyGroup>
0 commit comments