From 401a5305d8cf0d3f579e32cc34b7232cee127e61 Mon Sep 17 00:00:00 2001 From: Kevin Dimey Date: Thu, 4 Jul 2019 15:27:15 +0200 Subject: [PATCH 1/3] Fix path to projects --- Hangfire.Unity.sln | 2 +- test/Hangfire.Unity.Test/Hangfire.Unity.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Hangfire.Unity.sln b/Hangfire.Unity.sln index b3e9e94..d26d322 100644 --- a/Hangfire.Unity.sln +++ b/Hangfire.Unity.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 15.0.27520.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Unity", "src\Hangfire.Unity\Hangfire.Unity.csproj", "{05791F34-A9B8-42F3-A18B-4CDA7AF43307}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Unity.Test", "test\Hangfire.Unity.Test.csproj", "{E5F55170-2896-4479-9278-B07540D3310C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Unity.Test", "test\Hangfire.Unity.Test\Hangfire.Unity.Test.csproj", "{E5F55170-2896-4479-9278-B07540D3310C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/test/Hangfire.Unity.Test/Hangfire.Unity.Test.csproj b/test/Hangfire.Unity.Test/Hangfire.Unity.Test.csproj index 67c4303..c58e4f0 100644 --- a/test/Hangfire.Unity.Test/Hangfire.Unity.Test.csproj +++ b/test/Hangfire.Unity.Test/Hangfire.Unity.Test.csproj @@ -13,7 +13,7 @@ - + From cbe56afec234cfaf027557ae3ed9ced045c0c02d Mon Sep 17 00:00:00 2001 From: Kevin Dimey Date: Thu, 4 Jul 2019 15:36:10 +0200 Subject: [PATCH 2/3] Updated to .net standard 2.0 / .net framework 4.6.1 to target more recent Unity.Container package --- src/Hangfire.Unity/Hangfire.Unity.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Hangfire.Unity/Hangfire.Unity.csproj b/src/Hangfire.Unity/Hangfire.Unity.csproj index 1ed0112..7f91961 100644 --- a/src/Hangfire.Unity/Hangfire.Unity.csproj +++ b/src/Hangfire.Unity/Hangfire.Unity.csproj @@ -14,12 +14,12 @@ - netstandard1.3;net45 + netstandard2.0;net461 - - + + From 38f7e5730a95e7eee221ca1cb241da525008534f Mon Sep 17 00:00:00 2001 From: Kevin Dimey Date: Thu, 4 Jul 2019 16:12:27 +0200 Subject: [PATCH 3/3] Package id / version --- src/Hangfire.Unity/Hangfire.Unity.csproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Hangfire.Unity/Hangfire.Unity.csproj b/src/Hangfire.Unity/Hangfire.Unity.csproj index 7f91961..b7f9dc5 100644 --- a/src/Hangfire.Unity/Hangfire.Unity.csproj +++ b/src/Hangfire.Unity/Hangfire.Unity.csproj @@ -1,20 +1,22 @@  - 3.0.0 + 5.0.0 Hangfire Unity Job activator - Hangfire.Unity + Hangfire.Unity5 http://hangfire.io/ https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md https://github.com/HangfireIO/Hangfire/releases Hangfire Unity IoC - Copyright © 2014-2018 Vincent Lainé and all contributors + Copyright © 2014-2019 Vincent Lainé and all contributors Vincent Lainé Unity IoC Container support for Hangfire (background job system for ASP.NET applications). netstandard2.0;net461 + true + Hangfire.Unity5