Skip to content

Commit 283d6cb

Browse files
authored
Merge pull request #176 from marcominerva/develop
Update .NET version to 10.x in workflow files
2 parents 30eaec1 + 71807e3 commit 283d6cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
NET_VERSION: '9.x'
15+
NET_VERSION: '10.x'
1616
PROJECT_NAME: src/SimpleAuthentication
1717
PROJECT_FILE: SimpleAuthentication.csproj
1818
RELEASE_NAME: SimpleAuthenticationTools

.github/workflows/publish_abstractions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
NET_VERSION: '9.x'
15+
NET_VERSION: '10.x'
1616
PROJECT_NAME: src/SimpleAuthentication.Abstractions
1717
PROJECT_FILE: SimpleAuthentication.Abstractions.csproj
1818
TAG_NAME: abstractions

.github/workflows/publish_swashbuckle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
NET_VERSION: '9.x'
15+
NET_VERSION: '10.x'
1616
PROJECT_NAME: src/SimpleAuthentication.Swashbuckle
1717
PROJECT_FILE: SimpleAuthentication.Swashbuckle.csproj
1818
TAG_NAME: swashbuckle

0 commit comments

Comments
 (0)