diff --git a/src/dbup-core/dbup-core.csproj b/src/dbup-core/dbup-core.csproj index ab063906..3255b4db 100644 --- a/src/dbup-core/dbup-core.csproj +++ b/src/dbup-core/dbup-core.csproj @@ -4,7 +4,7 @@ DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql) DbUp Core library Paul Stovell;Jim Burger;Jake Ginnivan;Damian Maclennan - netstandard1.3;net35;net45;netstandard2.0 + netstandard1.3;net45;netstandard2.0 dbup-core DbUp ../dbup.snk diff --git a/src/dbup-sqlserver/dbup-sqlserver.csproj b/src/dbup-sqlserver/dbup-sqlserver.csproj index 000f0591..71eeb55e 100644 --- a/src/dbup-sqlserver/dbup-sqlserver.csproj +++ b/src/dbup-sqlserver/dbup-sqlserver.csproj @@ -4,7 +4,7 @@ DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. DbUp MS Sql Server Support Paul Stovell;Jim Burger;Jake Ginnivan;Damian Maclennan - netstandard1.3;net35 + netstandard1.3; dbup-sqlserver ../dbup.snk false