-
Couldn't load subscription status.
- Fork 174
Closed
Labels
enhancementRequires or request to feature enhancementRequires or request to feature enhancement
Description
Hello,
It seems strange that a .Net 4.5 project uses the .Net 3.5 - client version of the msgpack, because it cannot use .Net 4.5.2
After cloning the repo, changing the target framework to 4.5 is ok, no compilation error.
Maybe you could provide more .net framework versions in nuget repo ?
My issue was that a Tuple<Dictionary<string,object>,string,List> (thanks to zerorpc :p ) does not have a default constructor in .Net 3.5 client. But it works in .Net 4.5(didn't try with .Net 4)
Metadata
Metadata
Assignees
Labels
enhancementRequires or request to feature enhancementRequires or request to feature enhancement