Skip to content

Commit f1113b9

Browse files
committed
Changed dotnet version
1 parent d1f3d86 commit f1113b9

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: '2.1'
1717
- name: Box2D Build
1818
run: dotnet build src/ -c Release

0 commit comments

Comments
 (0)