Skip to content

Commit d4e7aa2

Browse files
committed
Reusable workflows: change default target framework
1 parent c47fb19 commit d4e7aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
target_framework:
1717
description: 'Target framework'
1818
required: true
19-
default: 'netcoreapp2.0'
19+
default: 'netcoreapp3.1'
2020
type: string
2121
specific_sha:
2222
description: 'Commit SHA to checkout'

.github/workflows/reusable-storage-independant-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
target_framework:
1212
description: 'Target framework'
1313
required: true
14-
default: 'netcoreapp2.0'
14+
default: 'netcoreapp3.1'
1515
type: string
1616
test_output_verbosity:
1717
description: 'Verbosity for dotnet test command'

0 commit comments

Comments
 (0)