Skip to content

Commit 230eed7

Browse files
committed
Introduce new project/package "Thinktecture.EntityFrameworkCore.Sqlite.Core"
1 parent a90779e commit 230eed7

37 files changed

Lines changed: 19 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2" />
77
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2" />
88
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.2" />
9+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="10.0.2" />
910
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" />
1011
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.2" />
1112
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.2" />

Thinktecture.EntityFrameworkCore.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<Project Path="src/Thinktecture.EntityFrameworkCore.BulkOperations/Thinktecture.EntityFrameworkCore.BulkOperations.csproj" />
3131
<Project Path="src/Thinktecture.EntityFrameworkCore.Relational/Thinktecture.EntityFrameworkCore.Relational.csproj" />
3232
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite.Testing/Thinktecture.EntityFrameworkCore.Sqlite.Testing.csproj" />
33+
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite.Core/Thinktecture.EntityFrameworkCore.Sqlite.Core.csproj" />
3334
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite/Thinktecture.EntityFrameworkCore.Sqlite.csproj" />
3435
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer.Testing/Thinktecture.EntityFrameworkCore.SqlServer.Testing.csproj" />
3536
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer/Thinktecture.EntityFrameworkCore.SqlServer.csproj" />

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/BulkInsertContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/BulkInsertContext.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/BulkInsertOrUpdateContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/BulkInsertOrUpdateContext.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/BulkInsertValueContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/BulkInsertValueContext.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/BulkUpdateContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/BulkUpdateContext.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/ISqliteBulkInsertOrUpdateOptions.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/ISqliteBulkInsertOrUpdateOptions.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/ISqliteBulkOperationContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/ISqliteBulkOperationContext.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/ISqliteBulkOperationContextFactory.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/ISqliteBulkOperationContextFactory.cs

File renamed without changes.

src/Thinktecture.EntityFrameworkCore.Sqlite/EntityFrameworkCore/BulkOperations/ISqliteOwnedTypeBulkOperationContext.cs renamed to src/Thinktecture.EntityFrameworkCore.Sqlite.Core/EntityFrameworkCore/BulkOperations/ISqliteOwnedTypeBulkOperationContext.cs

File renamed without changes.

0 commit comments

Comments
 (0)