Skip to content

Commit 9ee2feb

Browse files
committed
Changed dotnet version
1 parent 26a50d9 commit 9ee2feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: '2.1.x'
16+
dotnet-version: '5.0.x'
1717
- name: Box2D Build
1818
run: dotnet build src/box2dx/Box2D.NetStandard -c Release

0 commit comments

Comments
 (0)