diff --git a/Directory.Build.targets b/Directory.Build.targets
index 18cdd44..f60def7 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,13 +1,13 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj b/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj
index 5a2924f..62c5294 100644
--- a/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj
+++ b/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj
@@ -1,7 +1,7 @@
- netcoreapp3.0
+ netcoreapp3.1
diff --git a/EFCore.NamingConventions/EFCore.NamingConventions.csproj b/EFCore.NamingConventions/EFCore.NamingConventions.csproj
index 482c29e..c5c94f1 100644
--- a/EFCore.NamingConventions/EFCore.NamingConventions.csproj
+++ b/EFCore.NamingConventions/EFCore.NamingConventions.csproj
@@ -3,7 +3,7 @@
EFCore.NamingConventions
EFCore
- netstandard2.1
+ netstandard2.0
1.0.0
true
true
@@ -11,7 +11,7 @@
../EFCore.NamingConventions.snk
Naming Conventions for Entity Framework Core Tables and Columns.
Shay Rojansky
- Copyright 2019 © Shay Rojansky
+ Copyright 2020 © Shay Rojansky
Entity Framework Core;entity-framework-core;ef;efcore;orm;sql;postgresql;npgsql
Apache-2.0
git
diff --git a/EFCore.NamingConventions/NamingConventionsServiceCollectionExtensions.cs b/EFCore.NamingConventions/NamingConventionsServiceCollectionExtensions.cs
index ffbd924..64dd303 100644
--- a/EFCore.NamingConventions/NamingConventionsServiceCollectionExtensions.cs
+++ b/EFCore.NamingConventions/NamingConventionsServiceCollectionExtensions.cs
@@ -1,8 +1,8 @@
-using System.Diagnostics.CodeAnalysis;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure;
using EFCore.NamingConventions.Internal;
+using JetBrains.Annotations;
// ReSharper disable once CheckNamespace
namespace Microsoft.Extensions.DependencyInjection