File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/LinkDotNet.Blog.Infrastructure
LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7.0.0-preview.4.22229.2" />
11
11
<PackageReference Include =" RavenDB.Client" Version =" 5.3.102" />
12
- <PackageReference Include =" X.PagedList" Version =" 8.4.0 " />
12
+ <PackageReference Include =" X.PagedList" Version =" 8.4.3 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<ItemGroup Condition =" $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'" >
5
- <PackageReference Include =" bunit" Version =" 1.7.7 " />
6
- <PackageReference Include =" FluentAssertions" Version =" 6.6 .0" />
5
+ <PackageReference Include =" bunit" Version =" 1.9.1-preview " />
6
+ <PackageReference Include =" FluentAssertions" Version =" 6.7 .0" />
7
7
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0" />
8
8
<PackageReference Include =" Moq" Version =" 4.18.1" />
9
9
<PackageReference Include =" xunit" Version =" 2.4.2-pre.12" />
Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ private static void StartServerIfNotRunning()
162
162
ConfigureServer ( new TestServerOptions
163
163
{
164
164
DataDirectory = "./RavenDbTest/" ,
165
- FrameworkVersion = "7.0.0-preview.4.22229.4" ,
166
165
} ) ;
167
166
}
168
167
}
You can’t perform that action at this time.
0 commit comments