diff --git a/EntityFramework.VersionedProperties.NET40/EntityFramework.VersionedProperties.NET40.csproj b/EntityFramework.VersionedProperties.NET40/EntityFramework.VersionedProperties.NET40.csproj index 456aff5..9ab5d5d 100644 --- a/EntityFramework.VersionedProperties.NET40/EntityFramework.VersionedProperties.NET40.csproj +++ b/EntityFramework.VersionedProperties.NET40/EntityFramework.VersionedProperties.NET40.csproj @@ -104,7 +104,7 @@ VersionedBase.cs - + VersionedProperties`1.cs @@ -119,11 +119,11 @@ - \ No newline at end of file diff --git a/EntityFramework.VersionedProperties/EntityFramework.VersionedProperties.csproj b/EntityFramework.VersionedProperties/EntityFramework.VersionedProperties.csproj index 9c83eff..1599199 100644 --- a/EntityFramework.VersionedProperties/EntityFramework.VersionedProperties.csproj +++ b/EntityFramework.VersionedProperties/EntityFramework.VersionedProperties.csproj @@ -94,7 +94,7 @@ VersionedBase.cs - + VersionedProperties`1.cs @@ -104,16 +104,18 @@ - + + Designer + - \ No newline at end of file diff --git a/EntityFrameworkCore.VersionedProperties/VersionedProperties`1.cs b/EntityFrameworkCore.VersionedProperties/VersionedProperties_1.cs similarity index 100% rename from EntityFrameworkCore.VersionedProperties/VersionedProperties`1.cs rename to EntityFrameworkCore.VersionedProperties/VersionedProperties_1.cs