upgrade to .NET 5

This commit is contained in:
2020-07-29 12:47:06 +02:00
parent c3c8bb1e94
commit ae42e3256a
10 changed files with 1202 additions and 9 deletions
@@ -23,7 +23,7 @@ namespace zero.Core.Extensions
Type dbConventionType = typeof(IZeroDbConventions);
store.Conventions.IdentityPartsSeparator = ".";
store.Conventions.IdentityPartsSeparator = '.';
store.Conventions.FindCollectionName = type =>
{