From 1f528b9c5c8629490d3cc213769dfdc6810f9726 Mon Sep 17 00:00:00 2001 From: Peter Jarrett Date: Thu, 19 Dec 2019 09:21:52 +0000 Subject: [PATCH 1/2] Migrated to PackageReference --- .../PushoverClient/PushoverClient.csproj | 67 ++++++++++++++++ .../0f58b976/PushoverClient}/packages.config | 0 .../a18c6d13/SendPush/SendPush.csproj | 76 +++++++++++++++++++ .../a18c6d13/SendPush}/packages.config | 1 + PushoverClient/PushoverClient.csproj | 7 +- SendPush/SendPush.csproj | 12 ++- 6 files changed, 155 insertions(+), 8 deletions(-) create mode 100644 MigrationBackup/0f58b976/PushoverClient/PushoverClient.csproj rename {PushoverClient => MigrationBackup/0f58b976/PushoverClient}/packages.config (100%) create mode 100644 MigrationBackup/a18c6d13/SendPush/SendPush.csproj rename {SendPush => MigrationBackup/a18c6d13/SendPush}/packages.config (59%) diff --git a/MigrationBackup/0f58b976/PushoverClient/PushoverClient.csproj b/MigrationBackup/0f58b976/PushoverClient/PushoverClient.csproj new file mode 100644 index 0000000..0dd5200 --- /dev/null +++ b/MigrationBackup/0f58b976/PushoverClient/PushoverClient.csproj @@ -0,0 +1,67 @@ + + + + + Debug + AnyCPU + {16E7D1FF-237A-4E89-94C6-FDDA36FBDDB0} + Library + Properties + PushoverClient + PushoverClient + v4.7.2 + 512 + ..\ + true + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PushoverClient/packages.config b/MigrationBackup/0f58b976/PushoverClient/packages.config similarity index 100% rename from PushoverClient/packages.config rename to MigrationBackup/0f58b976/PushoverClient/packages.config diff --git a/MigrationBackup/a18c6d13/SendPush/SendPush.csproj b/MigrationBackup/a18c6d13/SendPush/SendPush.csproj new file mode 100644 index 0000000..15183fa --- /dev/null +++ b/MigrationBackup/a18c6d13/SendPush/SendPush.csproj @@ -0,0 +1,76 @@ + + + + + Debug + AnyCPU + {6DB8F6AB-5003-4E57-80D8-D8A626D525DD} + Exe + Properties + SendPush + SendPush + v4.7.2 + 512 + ..\ + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\..\..\Packages\Microsoft.Extensions.CommandLineUtils.1.1.1\lib\net451\Microsoft.Extensions.CommandLineUtils.dll + + + + + + + + + + + + + + + + + + Designer + + + + + + {16e7d1ff-237a-4e89-94c6-fdda36fbddb0} + PushoverClient + + + + + + \ No newline at end of file diff --git a/SendPush/packages.config b/MigrationBackup/a18c6d13/SendPush/packages.config similarity index 59% rename from SendPush/packages.config rename to MigrationBackup/a18c6d13/SendPush/packages.config index 0d9f591..c89bae1 100644 --- a/SendPush/packages.config +++ b/MigrationBackup/a18c6d13/SendPush/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/PushoverClient/PushoverClient.csproj b/PushoverClient/PushoverClient.csproj index 9574c56..cb72cc8 100644 --- a/PushoverClient/PushoverClient.csproj +++ b/PushoverClient/PushoverClient.csproj @@ -35,9 +35,6 @@ false - - ..\packages\ServiceStack.Text.5.0.2\lib\net45\ServiceStack.Text.dll - @@ -56,7 +53,9 @@ - + + 5.0.2 + diff --git a/SendPush/SendPush.csproj b/SendPush/SendPush.csproj index 15a0e54..c24c9a6 100644 --- a/SendPush/SendPush.csproj +++ b/SendPush/SendPush.csproj @@ -35,9 +35,6 @@ 4 - - ..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll - @@ -56,7 +53,6 @@ Designer - @@ -64,6 +60,14 @@ PushoverClient + + + 1.9.71 + + + 1.1.1 + +