diff --git a/global.json b/global.json new file mode 100644 index 0000000..e17a688 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "1.1.0" + } +} diff --git a/src/Dapper.FluentMap/Dapper.FluentMap.csproj b/src/Dapper.FluentMap/Dapper.FluentMap.csproj index 2674eba..f1d070e 100644 --- a/src/Dapper.FluentMap/Dapper.FluentMap.csproj +++ b/src/Dapper.FluentMap/Dapper.FluentMap.csproj @@ -2,7 +2,7 @@ Simple API to fluently map POCO properties to database columns when using Dapper. Copyright © Henk Mollema 2017 - 1.5.3 + 1.5.4 Henk Mollema net45;net451;netstandard1.3 true