From b855ac3ffeff852cd15b44618c38e8bb201a53b8 Mon Sep 17 00:00:00 2001 From: Alexey Skalozub Date: Sat, 10 Jun 2017 22:30:14 +0300 Subject: [PATCH] Migrate to vs2017 --- Hangfire.Console.sln | 9 ++--- global.json | 6 --- src/Hangfire.Console/Hangfire.Console.csproj | 39 +++++++++++++++++++ src/Hangfire.Console/Hangfire.Console.xproj | 21 ---------- src/Hangfire.Console/project.json | 36 ----------------- .../Hangfire.Console.Tests.csproj | 35 +++++++++++++++++ .../Hangfire.Console.Tests.xproj | 22 ----------- tests/Hangfire.Console.Tests/project.json | 29 -------------- 8 files changed, 78 insertions(+), 119 deletions(-) delete mode 100644 global.json create mode 100644 src/Hangfire.Console/Hangfire.Console.csproj delete mode 100644 src/Hangfire.Console/Hangfire.Console.xproj delete mode 100644 src/Hangfire.Console/project.json create mode 100644 tests/Hangfire.Console.Tests/Hangfire.Console.Tests.csproj delete mode 100644 tests/Hangfire.Console.Tests/Hangfire.Console.Tests.xproj delete mode 100644 tests/Hangfire.Console.Tests/project.json diff --git a/Hangfire.Console.sln b/Hangfire.Console.sln index ca001e1..ac3fe85 100644 --- a/Hangfire.Console.sln +++ b/Hangfire.Console.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{436BABB0-DBF7-4301-BC7F-CBB9D09FAD36}" EndProject @@ -9,15 +9,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml dashboard.png = dashboard.png - global.json = global.json README.md = README.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CBD2EEC6-826C-4477-B8F7-EADE2D944B74}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Hangfire.Console", "src\Hangfire.Console\Hangfire.Console.xproj", "{C18CBFCC-955B-4B21-B698-851CC56364AF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console", "src\Hangfire.Console\Hangfire.Console.csproj", "{C18CBFCC-955B-4B21-B698-851CC56364AF}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Hangfire.Console.Tests", "tests\Hangfire.Console.Tests\Hangfire.Console.Tests.xproj", "{D5068E09-A43C-4B05-8068-C50E9497EB25}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console.Tests", "tests\Hangfire.Console.Tests\Hangfire.Console.Tests.csproj", "{D5068E09-A43C-4B05-8068-C50E9497EB25}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/global.json b/global.json deleted file mode 100644 index 1aea5e4..0000000 --- a/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "projects": [ "src", "tests" ], - "sdk": { - "version": "1.0.0-preview2-1-003177" - } -} diff --git a/src/Hangfire.Console/Hangfire.Console.csproj b/src/Hangfire.Console/Hangfire.Console.csproj new file mode 100644 index 0000000..203dd7f --- /dev/null +++ b/src/Hangfire.Console/Hangfire.Console.csproj @@ -0,0 +1,39 @@ + + + + Job console for Hangfire + Hangfire.Console + 1.3.1 + Alexey Skalozub + netstandard1.3;net45 + true + true + Hangfire.Console + Hangfire.Console + hangfire;console;logging + - Consoles are now expired along with parent job by default! +- Added **FollowJobRetentionPolicy** option to switch between old/new expiration modes +- Fix compatibility with Hangfire 1.6.11+ + https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/hangfire.console.png + https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/LICENSE.md + git + https://github.com/pieceofsummer/Hangfire.Console + false + false + false + + + + + + + + + + + + + + + + diff --git a/src/Hangfire.Console/Hangfire.Console.xproj b/src/Hangfire.Console/Hangfire.Console.xproj deleted file mode 100644 index 51422e4..0000000 --- a/src/Hangfire.Console/Hangfire.Console.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - c18cbfcc-955b-4b21-b698-851cc56364af - Hangfire.Console - .\obj - .\bin\ - v4.5.2 - - - - 2.0 - - - diff --git a/src/Hangfire.Console/project.json b/src/Hangfire.Console/project.json deleted file mode 100644 index 22aed09..0000000 --- a/src/Hangfire.Console/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "1.3.1-*", - - "title": "Hangfire.Console", - "description": "Job console for Hangfire", - "authors": [ "Alexey Skalozub" ], - - "packOptions": { - "summary": "Job console for Hangfire", - "tags": [ "hangfire", "console", "logging" ], - "owners": [ "Alexey Skalozub" ], - "iconUrl": "https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/hangfire.console.png", - "licenseUrl": "https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/LICENSE.md", - "releaseNotes": "- Consoles are now expired along with parent job by default!\n- Added **FollowJobRetentionPolicy** option to switch between old/new expiration modes\n- Fix compatibility with Hangfire 1.6.11+", - "repository": { - "type": "git", - "url": "https://github.com/pieceofsummer/Hangfire.Console" - } - }, - - "buildOptions": { - "warningsAsErrors": true, - "xmlDoc": true, - - "embed": [ "Resources/*" ] - }, - - "dependencies": { - "Hangfire.Core": "1.6.0" - }, - - "frameworks": { - "netstandard1.3": {}, - "net45": {} - } -} diff --git a/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.csproj b/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.csproj new file mode 100644 index 0000000..2e5b337 --- /dev/null +++ b/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.csproj @@ -0,0 +1,35 @@ + + + + netcoreapp1.0 + portable + Hangfire.Console.Tests + Hangfire.Console.Tests + true + $(PackageTargetFallback);dnxcore50 + 1.0.4 + false + false + false + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.xproj b/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.xproj deleted file mode 100644 index 8761a88..0000000 --- a/tests/Hangfire.Console.Tests/Hangfire.Console.Tests.xproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - d5068e09-a43c-4b05-8068-c50e9497eb25 - Hangfire.Console.Tests - .\obj - .\bin\ - v4.5.2 - - - 2.0 - - - - - - \ No newline at end of file diff --git a/tests/Hangfire.Console.Tests/project.json b/tests/Hangfire.Console.Tests/project.json deleted file mode 100644 index c6754b9..0000000 --- a/tests/Hangfire.Console.Tests/project.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "version": "1.0.0-*", - - "buildOptions": { - "debugType": "portable" - }, - - "testRunner": "xunit", - - "dependencies": { - "xunit": "2.2.0-*", - "dotnet-test-xunit": "2.2.0-*", - "Moq": "4.6.38-alpha", - "Hangfire.Console": { "target": "project" } - }, - - "frameworks": { - "netcoreapp1.0": { - "imports": "dnxcore50", - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.1" - }, - "System.Reflection.TypeExtensions": "4.1.0" - } - } - } -}