Skip to content

Commit ee46204

Browse files
committed
Set minClientVersion to nuspec. #177
NuGet 2.x does not support .NET Standard, so they fail to parse msgpack.nuspec file as 0.7.0. This commit set minimum version restriction which just prevents confusing error. This fix actually does not solve the problem, it still says the client should update nuget to 2.12 or 3.x, but it gives hint to the solution. Note: this solution is also used in corefx packages.
1 parent 0d85ca4 commit ee46204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MsgPack.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
3-
<metadata>
3+
<metadata minClientVersion="2.12">
44
<id>MsgPack.Cli</id>
55
<title>MessagePack for CLI</title>
66
<version>0.0.0-development</version>

0 commit comments

Comments
 (0)