Updated to net5.0 and updated most nuget packages. Also fixed the nuspec files. + Fix typo Persistance => Persistence.

This commit is contained in:
Bjarke Berg
2021-01-20 21:01:45 +01:00
parent ad7981246e
commit e38972abf0
43 changed files with 265 additions and 444 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.Collections.Concurrent;
using System.Linq.Expressions;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Diagnosers;
using Moq;
using Umbraco.Core.Models;
using Umbraco.Core.Persistence;
@@ -10,7 +8,7 @@ using Umbraco.Core.Persistence.Mappers;
using Umbraco.Core.Persistence.Querying;
using Umbraco.Core.Persistence.SqlSyntax;
using Umbraco.Infrastructure.Persistence.Mappers;
using Umbraco.Persistance.SqlCe;
using Umbraco.Persistence.SqlCe;
namespace Umbraco.Tests.Benchmarks
{