Updated to .Net Core 8
This commit is contained in:
@@ -14,8 +14,7 @@ using Xunit;
|
||||
namespace CoreIntegrationTests.Infrastructure
|
||||
{
|
||||
public abstract partial class MongoDbDocumentTestBase<T> :
|
||||
IClassFixture<MongoDbTestFixture<T, Guid>>
|
||||
where T : TestDoc, new()
|
||||
IClassFixture<MongoDbTestFixture<T, Guid>> where T : TestDoc, new()
|
||||
{
|
||||
#region Update One
|
||||
|
||||
|
||||
Reference in New Issue
Block a user