visual studio 2015 - asp.net 5 cannot find rc2 nuget packages -


i have simple asp.net 5 web application. project.json file contains dependency:

  "microsoft.identitymodel.tokens": "5.0.0-rc2-301060021" 

when restore nuget packages, package restored on machine. project.json file in source control, not work on other machine. says package not found.

anyway, in nuget configuration im pointing local nuget packages repository, not contain asp.net 5 nuget packages. of these packages come from?

rc2 has not yet been made public, we're still on rc1. here roadmap schedule, indicates sometime year. if somehow have package on machine, setup nuget feed others on project point -- place package in there, it's on shared feed.

here helping documentation shows how that.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -