Inconsistent NuGet package and assembly versions

北城以北 提交于 2019-12-12 04:44:57

问题


The NuGet package System.IdentityModel.Tokens.Jwt , version 4.0.2.206221351, found here contains an assembly System.IdentityModel.Tokens.Jwt.dll that has version 4.0.20622.1351, different from version of the NuGet package.

Why this is not a huge problem?


回答1:


NuGet package version numbers are not related to assembly version numbers. They can be different, and must be different from now on, as the package number follow Semantic Versioning.



来源:https://stackoverflow.com/questions/41580529/inconsistent-nuget-package-and-assembly-versions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!