File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
test/JsonApiDotNetCoreMongoDbTests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
88 <BogusVersion >35.6.*</BogusVersion >
99 <CoverletVersion >6.0.*</CoverletVersion >
10- <EphemeralMongoVersion >3.1.* </EphemeralMongoVersion >
10+ <EphemeralMongoVersion >3.2.0 </EphemeralMongoVersion >
1111 <FluentAssertionsVersion >7.2.*</FluentAssertionsVersion >
1212 <GitHubActionsTestLoggerVersion >2.4.*</GitHubActionsTestLoggerVersion >
1313 <InheritDocVersion >2.0.*</InheritDocVersion >
Original file line number Diff line number Diff line change 1212
1313 <ItemGroup >
1414 <PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
15+ <PackageReference Include =" EphemeralMongo" Version =" 3.2.0" />
1516 <PackageReference Include =" GitHubActionsTestLogger" Version =" $(GitHubActionsTestLoggerVersion)" PrivateAssets =" All" />
1617 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetCoreVersion)" />
1718 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
You can’t perform that action at this time.
0 commit comments