diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj
index 94e61c6aa5..c32b3247a3 100755
--- a/src/Umbraco.Core/Umbraco.Core.csproj
+++ b/src/Umbraco.Core/Umbraco.Core.csproj
@@ -92,6 +92,7 @@
+
2.8.0
diff --git a/src/Umbraco.Examine/Umbraco.Examine.csproj b/src/Umbraco.Examine/Umbraco.Examine.csproj
index 91a2fdda99..a207556cb7 100644
--- a/src/Umbraco.Examine/Umbraco.Examine.csproj
+++ b/src/Umbraco.Examine/Umbraco.Examine.csproj
@@ -57,6 +57,7 @@
+
3.3.0
runtime; build; native; contentfiles; analyzers
diff --git a/src/Umbraco.Tests/Testing/TestDatabase.cs b/src/Umbraco.Tests/Testing/TestDatabase.cs
index 7567f2a5fa..b1ddbd08d4 100644
--- a/src/Umbraco.Tests/Testing/TestDatabase.cs
+++ b/src/Umbraco.Tests/Testing/TestDatabase.cs
@@ -266,26 +266,6 @@ namespace Umbraco.Tests.Testing
throw new NotImplementedException();
}
- public Task InsertBatchAsync(IEnumerable pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
- public Task UpdateBatchAsync(IEnumerable> pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
- public IAsyncUpdateQueryProvider UpdateManyAsync()
- {
- throw new NotImplementedException();
- }
-
- public int UpdateBatch(IEnumerable> pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
public int Update(string tableName, string primaryKeyName, object poco, object primaryKeyValue)
{
throw new NotImplementedException();
@@ -381,11 +361,6 @@ namespace Umbraco.Tests.Testing
throw new NotImplementedException();
}
- public IAsyncDeleteQueryProvider DeleteManyAsync()
- {
- throw new NotImplementedException();
- }
-
public void Save(T poco)
{
throw new NotImplementedException();
@@ -773,21 +748,12 @@ namespace Umbraco.Tests.Testing
#endregion
#region Stuff
+
public void BuildPageQueries(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
{
throw new NotImplementedException();
}
- public IAsyncQueryProviderWithIncludes QueryAsync()
- {
- throw new NotImplementedException();
- }
-
- int IDatabase.InsertBatch(IEnumerable pocos, BatchOptions options)
- {
- throw new NotImplementedException();
- }
-
#endregion
}
}
diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj
index aa34e29efc..a05eb19ad2 100644
--- a/src/Umbraco.Tests/Umbraco.Tests.csproj
+++ b/src/Umbraco.Tests/Umbraco.Tests.csproj
@@ -102,6 +102,7 @@
+
diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index 7d758ced24..80179720b5 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -92,6 +92,7 @@
+
3.3.0
runtime; build; native; contentfiles; analyzers