Skip to content

Commit 3e8b34f

Browse files
committed
Explicitly set the target framework version
1 parent c2234ed commit 3e8b34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private static void StartServerIfNotRunning()
146146
ConfigureServer(new TestServerOptions
147147
{
148148
DataDirectory = "./RavenDbTest/",
149-
FrameworkVersion = null,
149+
FrameworkVersion = "6.0.0-preview.7.21378.6",
150150
});
151151
}
152152
}

0 commit comments

Comments
 (0)