Commit d0d95ae3 authored by Nick Craver's avatar Nick Craver

Dapper.ProviderTools: remove #nullable enable

This is at the project level, so not needed in each file.
parent abfe1de7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Dapper.ProviderTools.Internal; using Dapper.ProviderTools.Internal;
#nullable enable
namespace Dapper.ProviderTools namespace Dapper.ProviderTools
{ {
/// <summary> /// <summary>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
using System.Data.Common; using System.Data.Common;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection; using System.Reflection;
#nullable enable
namespace Dapper.ProviderTools namespace Dapper.ProviderTools
{ {
/// <summary> /// <summary>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
using System.Data.Common; using System.Data.Common;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection; using System.Reflection;
#nullable enable
namespace Dapper.ProviderTools namespace Dapper.ProviderTools
{ {
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment