Skip to content

Commit 00c673e

Browse files
authored
PR #599: Use net46 as CI target framework for windows tests
* use net46 for windows testing on push * use net46 for windows testing for PRs
1 parent 5c4e4d3 commit 00c673e

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- configuration: debug
2323
os: windows
2424
libtarget: net45
25-
testtarget: net45
25+
testtarget: net46
2626
- configuration: release
2727
os: windows
2828
libtarget: net45
29-
testtarget: net45
29+
testtarget: net46
3030
steps:
3131
- uses: actions/checkout@v2
3232

.github/workflows/pull-request.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
os: [ubuntu, windows, macos]
1414
target: [netstandard2.0, netstandard2.1]
1515
include:
16-
- configuration: Debug
17-
os: windows
18-
target: net45
19-
- configuration: Release
20-
os: windows
16+
- os: windows
2117
target: net45
2218
steps:
2319
- uses: actions/checkout@v2
@@ -41,12 +37,8 @@ jobs:
4137
os: [ubuntu, windows, macos]
4238
target: [netcoreapp3.1]
4339
include:
44-
- configuration: debug
45-
os: windows
46-
target: net45
47-
- configuration: release
48-
os: windows
49-
target: net45
40+
- os: windows
41+
target: net46
5042
steps:
5143
- uses: actions/checkout@v2
5244

0 commit comments

Comments
 (0)