We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf52f3 commit 14aa3b8Copy full SHA for 14aa3b8
1 file changed
.github/workflows/ensure-build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 3.1.x
+ dotnet-version: '8.0.x'
20
- name: Restore Nuget Packages
21
run: dotnet restore ObjectSemantics.NET/ObjectSemantics.NET.csproj
22
- name: Build Project
0 commit comments