Skip to content

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsslensoft committed Apr 10, 2022
1 parent 235b418 commit 72012c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
dotnet-version: 6.0.x

- name: Install dependencies
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build
run: |
dotnet build ./Neo4jClient.DataAnnotations/Neo4jClient.DataAnnotations.csproj --configuration Release --no-restore --framework netstandard2.0
dotnet build ./Neo4jClient.DataAnnotations/Neo4jClient.DataAnnotations.csproj --configuration Release --no-restore --framework netstandard2.1
dotnet build ./Neo4jClient.DataAnnotations.Tests/Neo4jClient.DataAnnotations.Tests.csproj --configuration Release --no-restore
- name: Test
Expand Down

0 comments on commit 72012c2

Please sign in to comment.