TheCodeKing / XDMessaging.Net

Easy-to-use, zero configuration solution for PubSub messaging across application and network boundaries.
http://thecodeking.co.uk/project/xdmessaging/
Other
61 stars 21 forks source link

Target framework is misrepresented, so NuGet lets you install the package in projects that cannot support it. #11

Closed steve-sheppard closed 7 years ago

steve-sheppard commented 7 years ago

In "nuget/XDMessaging.Lite.nuspec"

<files>
     <file src="..\bin\XDMessaging.Lite.dll" target="lib\net40-Client\" />
</files>

and "nuget/XDMessaging.nuspec"

<files>
     <file src="app.config.transform" target="content" />
     <file src="..\bin\XDMessaging.dll" target="lib\net40-Client\" />
</files>

I think target="lib\net40-Client\" should be target="lib\net452\"

TheCodeKing commented 7 years ago

Thanks for raising. Fixed in 5.0.4.