Skip to content

Commit b347d14

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/bool-if-condition-and-if-tests
2 parents a8a2769 + 14aa3b8 commit b347d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ensure-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 3.1.x
19+
dotnet-version: '8.0.x'
2020
- name: Restore Nuget Packages
2121
run: dotnet restore ObjectSemantics.NET/ObjectSemantics.NET.csproj
2222
- name: Build Project

0 commit comments

Comments
 (0)