From c28c8e067561eb05718c4aa56153b2222c553a04 Mon Sep 17 00:00:00 2001 From: RLittlesII Date: Tue, 13 Mar 2018 22:09:06 -0500 Subject: [PATCH] (GH-12) Target Cake 0.26.0 --- README.md | 2 +- nuspec/nuget/Cake.SqlPackage.nuspec | 10 +++++----- src/Cake.SqlPackage/Cake.SqlPackage.csproj | 17 ++--------------- .../Cake.SqlPackage.UnitTests.csproj | 15 +++++++-------- 4 files changed, 15 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3421bb1..a757390 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Cake addin that extends Cake for creating and deploying SQL Server databases and |Develop|Master| |:--:|:--:| -|[![Build status](https://ci.appveyor.com/api/projects/status/fexosj1c5ho9f2kd/branch/develop?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-sqlpackage/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/fexosj1c5ho9f2kd/branch/develop?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-sqlpackage/branch/master)| +|[![Build status](https://ci.appveyor.com/api/projects/status/fexosj1c5ho9f2kd/branch/develop?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-sqlpackage/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/fexosj1c5ho9f2kd/branch/master?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-sqlpackage/branch/master)| | Nuget | | :--: | diff --git a/nuspec/nuget/Cake.SqlPackage.nuspec b/nuspec/nuget/Cake.SqlPackage.nuspec index 3cfe737..47de82b 100644 --- a/nuspec/nuget/Cake.SqlPackage.nuspec +++ b/nuspec/nuget/Cake.SqlPackage.nuspec @@ -12,13 +12,13 @@ https://github.com/RLittlesII/Cake.SqlPackage https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png false - Copyright (c) Rodney Littles II 2017 + Copyright (c) Rodney Littles II 2018 Cake Script SQL DACPAC - - - - + + + + \ No newline at end of file diff --git a/src/Cake.SqlPackage/Cake.SqlPackage.csproj b/src/Cake.SqlPackage/Cake.SqlPackage.csproj index c76d31b..8a6663e 100644 --- a/src/Cake.SqlPackage/Cake.SqlPackage.csproj +++ b/src/Cake.SqlPackage/Cake.SqlPackage.csproj @@ -1,11 +1,10 @@  0.0.0 - net46;netstandard1.6 + net46;netstandard2.0 true Cake.SqlPackage Cake.SqlPackage - 1.6.1 Copyright 2017 (c) Rodney Littles II and contributors False https://github.com/RLittlesII/Cake.SqlPackage @@ -18,20 +17,8 @@ https://raw.githubusercontent.com/RLittlesII/blob/master/LICENSE - - 4 - - - - TRACE;DEBUG;NET45 - - - - obj\Release\net45\Cake.SqlPackage.xml - - - + All diff --git a/test/Cake.SqlPackage.UnitTests/Cake.SqlPackage.UnitTests.csproj b/test/Cake.SqlPackage.UnitTests/Cake.SqlPackage.UnitTests.csproj index e60b168..1cdc98c 100644 --- a/test/Cake.SqlPackage.UnitTests/Cake.SqlPackage.UnitTests.csproj +++ b/test/Cake.SqlPackage.UnitTests/Cake.SqlPackage.UnitTests.csproj @@ -1,8 +1,8 @@ - + - net46;netcoreapp1.0 + net46;netcoreapp2.0 true - 1.0.4 + 2.0.3 Cake.SqlPackage.UnitTests Cake.SqlPackage.UnitTests @@ -10,8 +10,7 @@ $(PackageTargetFallback);dnxcore50 $(PackageTargetFallback);dnxcore50 - 1.0.4 - 1.6.0 + 2.0.3 @@ -23,8 +22,8 @@ - - + + @@ -41,7 +40,7 @@ $(DefineConstants);NETCORE - + $(DefineConstants);NETCORE portable