Skip to content

Commit d4c8c97

Browse files
authored
[csharp-netcore] Pipeline fix (#14495)
* trying to fix pipeline * forcing pipeline to run * reverting change to wrong branch * forcing pipeline to run * reverting change
1 parent 5e7d31a commit d4c8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples-dotnet-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-dotnet@v3.0.3
2323
with:
24-
dotnet-version: 2.1.*
24+
dotnet-version: 3.1.*
2525
- name: Build
2626
working-directory: ${{ matrix.sample }}
2727
run: dotnet build Org.OpenAPITools.sln

0 commit comments

Comments
 (0)