Skip to content

Commit ada4af1

Browse files
committed
Dropped support for EF Core 6
1 parent fcca67a commit ada4af1

File tree

6 files changed

+2
-52
lines changed

6 files changed

+2
-52
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
![NuGet Downloads](https://img.shields.io/nuget/dt/Thinktecture.Runtime.Extensions)
44

55
[![Thinktecture.Runtime.Extensions](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.svg?maxAge=60&label=Thinktecture.Runtime.Extensions)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions/)
6-
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore6](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore6)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/)
76
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore7](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore7)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/)
87
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore8](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore8)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/)
98
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore9](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore9)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/)

Thinktecture.Runtime.Extensions.sln

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extens
4242
EndProject
4343
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCore.Samples", "samples\EntityFrameworkCore.Samples\EntityFrameworkCore.Samples.csproj", "{8663F6FA-AC39-4D1D-A0A0-226E574A5202}"
4444
EndProject
45-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore6", "src\Thinktecture.Runtime.Extensions.EntityFrameworkCore6\Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj", "{C34C0B86-DC38-42D6-8D64-A0B2E69B396C}"
46-
EndProject
4745
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.Newtonsoft.Json", "src\Thinktecture.Runtime.Extensions.Newtonsoft.Json\Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj", "{914196F5-6208-4710-9A75-201E17457D2B}"
4846
EndProject
4947
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.Newtonsoft.Json.Tests", "test\Thinktecture.Runtime.Extensions.Newtonsoft.Json.Tests\Thinktecture.Runtime.Extensions.Newtonsoft.Json.Tests.csproj", "{47890FAA-7CDF-491C-A1B8-9B141EABECF1}"
@@ -70,8 +68,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extens
7068
EndProject
7169
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.Tests.Shared", "test\Thinktecture.Runtime.Extensions.Tests.Shared\Thinktecture.Runtime.Extensions.Tests.Shared.csproj", "{E654E2B6-9396-4B8D-917D-EAD8FAA0DBF2}"
7270
EndProject
73-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore6.Tests", "test\Thinktecture.Runtime.Extensions.EntityFrameworkCore6.Tests\Thinktecture.Runtime.Extensions.EntityFrameworkCore6.Tests.csproj", "{AB7280F9-6653-4CF0-9E26-45A3B606B5E9}"
74-
EndProject
7571
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessagePack.Samples", "samples\MessagePack.Samples\MessagePack.Samples.csproj", "{B1E357B7-7F91-4558-85BA-F6784C33FF97}"
7672
EndProject
7773
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarking", "samples\Benchmarking\Benchmarking.csproj", "{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F}"
@@ -114,10 +110,6 @@ Global
114110
{8663F6FA-AC39-4D1D-A0A0-226E574A5202}.Debug|Any CPU.Build.0 = Debug|Any CPU
115111
{8663F6FA-AC39-4D1D-A0A0-226E574A5202}.Release|Any CPU.ActiveCfg = Release|Any CPU
116112
{8663F6FA-AC39-4D1D-A0A0-226E574A5202}.Release|Any CPU.Build.0 = Release|Any CPU
117-
{C34C0B86-DC38-42D6-8D64-A0B2E69B396C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
118-
{C34C0B86-DC38-42D6-8D64-A0B2E69B396C}.Debug|Any CPU.Build.0 = Debug|Any CPU
119-
{C34C0B86-DC38-42D6-8D64-A0B2E69B396C}.Release|Any CPU.ActiveCfg = Release|Any CPU
120-
{C34C0B86-DC38-42D6-8D64-A0B2E69B396C}.Release|Any CPU.Build.0 = Release|Any CPU
121113
{914196F5-6208-4710-9A75-201E17457D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
122114
{914196F5-6208-4710-9A75-201E17457D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
123115
{914196F5-6208-4710-9A75-201E17457D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -170,10 +162,6 @@ Global
170162
{E654E2B6-9396-4B8D-917D-EAD8FAA0DBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
171163
{E654E2B6-9396-4B8D-917D-EAD8FAA0DBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
172164
{E654E2B6-9396-4B8D-917D-EAD8FAA0DBF2}.Release|Any CPU.Build.0 = Release|Any CPU
173-
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
174-
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
175-
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
176-
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9}.Release|Any CPU.Build.0 = Release|Any CPU
177165
{B1E357B7-7F91-4558-85BA-F6784C33FF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
178166
{B1E357B7-7F91-4558-85BA-F6784C33FF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
179167
{B1E357B7-7F91-4558-85BA-F6784C33FF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -223,7 +211,6 @@ Global
223211
{AB1E9CFF-E0AB-4450-9B2B-1E20DDF8988D} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
224212
{2D1BADCE-1B2C-4828-9995-F80B2C0F9AF9} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
225213
{8663F6FA-AC39-4D1D-A0A0-226E574A5202} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
226-
{C34C0B86-DC38-42D6-8D64-A0B2E69B396C} = {8F117684-7943-4DCE-8861-F2B854924837}
227214
{914196F5-6208-4710-9A75-201E17457D2B} = {8F117684-7943-4DCE-8861-F2B854924837}
228215
{47890FAA-7CDF-491C-A1B8-9B141EABECF1} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
229216
{9F04BA7C-2D9C-4ED9-A405-BEDAB7E8954B} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
@@ -237,7 +224,6 @@ Global
237224
{CA1D0C43-10C9-46E2-A893-4E93FB4A1511} = {8F117684-7943-4DCE-8861-F2B854924837}
238225
{EF07F98E-9914-4419-A1B4-AB264F496121} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
239226
{E654E2B6-9396-4B8D-917D-EAD8FAA0DBF2} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
240-
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
241227
{B1E357B7-7F91-4558-85BA-F6784C33FF97} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
242228
{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
243229
{9A80C790-3BE2-4FA7-ACC1-574577E759EF} = {8F117684-7943-4DCE-8861-F2B854924837}

docs

Submodule docs updated from c53dcb2 to 7149172

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore.Sources/Extensions/EntityTypeBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ private static void AddConverterToNonNavigation(
388388
#else
389389
var complexProperty = entity.FindComplexProperty(propertyInfo);
390390
#endif
391-
// wil be handled by AddConverterForScalarProperties
391+
// will be handled by AddConverterForScalarProperties
392392
if (complexProperty is not null)
393393
return;
394394
#endif

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.Tests/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.Tests.csproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)