Skip to content

Commit 01e8036

Browse files
committed
fixed build-and-test settings for RavenDB for .NET 6
1 parent fa9ec34 commit 01e8036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.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: 6.0.3
19+
dotnet-version: 6.0.201
2020
- name: Restore Dependencies
2121
run: dotnet restore ./Code/Synnotech.Migrations.sln
2222
- name: Build Solution
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"runDatabaseIntegrationTests": true,
33
"ravenDbOptions": {
4-
"frameworkVersion": "6.0.2"
4+
"frameworkVersion": "6.0.3"
55
}
66
}

0 commit comments

Comments
 (0)