Mono missing System.Numerics.BigInteger.Parse(string,IFormatProvider)

前端 未结 4 1375
栀梦
栀梦 2021-01-11 18:39

I\'m currently getting the following error using the Json.NET/Newtonsoft.JSON library:

Missing method System.Numerics.BigInteger::Parse(string,IFormatProvide         


        
4条回答
  •  别那么骄傲
    2021-01-11 18:56

    To fix this you can add a reference to System.Numerics and then set its property Copy Local to true.

提交回复
热议问题