Skip to content

Commit afc93b1

Browse files
committed
Set net version for RavenDb tests
1 parent 766718a commit afc93b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private static void StartServerIfNotRunning()
162162
ConfigureServer(new TestServerOptions
163163
{
164164
DataDirectory = "./RavenDbTest/",
165-
FrameworkVersion = "6.0.1",
165+
FrameworkVersion = "6.0.2",
166166
});
167167
}
168168
}

0 commit comments

Comments
 (0)