Skip to content

Commit 61558c3

Browse files
authored
Merge branch 'master' into patch-1
2 parents 824a3d2 + ad063dd commit 61558c3

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
matrix:
105105
os: [linux]
106-
targetFramework: [2.1, 3.1]
106+
targetFramework: [3.1]
107107
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
108108
fail-fast: false
109109

@@ -233,7 +233,7 @@ jobs:
233233
strategy:
234234
matrix:
235235
os: [linux]
236-
targetFramework: [2.1, 3.1]
236+
targetFramework: [3.1]
237237
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
238238
fail-fast: false
239239

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stages:
6060
name: Linux
6161
vmImage: 'ubuntu-latest'
6262
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
63-
dotnetVersions: [ '2.1', '3.1' ]
63+
dotnetVersions: [ '3.1' ]
6464

6565
- stage: Docker
6666
displayName: 'Docker Build & Test'
@@ -72,7 +72,7 @@ stages:
7272
name: Linux
7373
vmImage: 'ubuntu-latest'
7474
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
75-
dotnetVersions: [ '2.1', '3.1' ]
75+
dotnetVersions: [ '3.1' ]
7676

7777
- stage: Publish
7878
displayName: 'Publish'

src/Docker/docker.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"linux": {
3-
"2.1": [
4-
"alpine.3.10-x64",
5-
"centos.7-x64",
6-
"debian.9-x64",
7-
"fedora.30-x64",
8-
"ubuntu.16.04-x64",
9-
"ubuntu.18.04-x64"
10-
],
113
"3.1": [
124
"alpine.3.10-x64",
135
"centos.7-x64",
@@ -18,9 +10,6 @@
1810
]
1911
},
2012
"windows": {
21-
"2.1": [
22-
"nanoserver"
23-
],
2413
"3.1": [
2514
"nanoserver"
2615
]

0 commit comments

Comments
 (0)