Closed StefH closed 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.
That NuGet (StructureMap.WebApi2) depends on StructureMap version 3.x, and I would like to use version 4.
Ah, gotcha, I'll see what I can do.
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.
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.
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 .
I see that indeed the build is green again.
Thanks for your help, i will try next week.
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?