Skip to content

Commit

Permalink
Update Framework version for RavenDb Integrationtests
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Dec 17, 2021
1 parent a679be8 commit 04c620f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private static void StartServerIfNotRunning()
ConfigureServer(new TestServerOptions
{
DataDirectory = "./RavenDbTest/",
FrameworkVersion = "6.0.0",
FrameworkVersion = "6.0.1",
});
}
}
Expand All @@ -185,4 +185,4 @@ private async Task<BlogPost> GetBlogPostByIdAsync(string id)
using var session = store.OpenAsyncSession();
return await session.Query<BlogPost>().SingleOrDefaultAsync(s => s.Id == id);
}
}
}

0 comments on commit 04c620f

Please sign in to comment.