mikeobrien / WebApi.StructureMap

Web API StructureMap Integration
MIT License
12 stars 5 forks source link

Can you please downgrade to .NET 4.5.x if possible? #1

Closed StefH closed 7 years ago

StefH commented 7 years ago

I'm unable to use this project in a .NET 4.5.2 project. Can you please make this library + NuGet compatible with the lowest .NET possible?

mikeobrien commented 7 years ago

I'm pretty slammed right now but when I get a chance I'll add a 4.5.x assembly to the nuget. I'd give this nuget a try in the meantime.

StefH commented 7 years ago

That NuGet (StructureMap.WebApi2) depends on StructureMap version 3.x, and I would like to use version 4.

mikeobrien commented 7 years ago

Ah, gotcha, I'll see what I can do.

mikeobrien commented 7 years ago

Just pushed a nuget that targets both 4.5.2 and 4.6.2 so you should be good to go. Let me know if you have any issues.

StefH commented 7 years ago

Just look at nuget, the latest is 1.0.18 ? Is that intentional? Because I would expect version 1.0.8

Btw creating a nuget package is very easy with the new csproj format in vs2017. No need for external tools or a spec file.

I can help you with converting this project.

mikeobrien commented 7 years ago

Yeah, I made some changes to the build script so it caused the version to increment a few times.

Thx for the offer but the nuget is built and deployed automatically by a build server.

On Sat, May 13, 2017 at 5:06 PM Stef Heyenrath notifications@github.com wrote:

Just look at nuget, the latest is 1.0.18 ? Is that intentional? Because I would expect version 1.0.8

Btw creating a nuget package is very easy with the new csproj format in vs2017. No need for external tools or a spec file.

I can help you with converting this project.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/mikeobrien/WebApi.StructureMap/issues/1#issuecomment-301274806, or mute the thread https://github.com/notifications/unsubscribe-auth/AALdqYak_phrVuPGWKM4wgthEh4YnyDJks5r5htTgaJpZM4NYUtt .

StefH commented 7 years ago

I see that indeed the build is green again.

Thanks for your help, i will try next week.