.net core (csproj) global.json 'projects' equivalent

后端 未结 2 2009
悲哀的现实
悲哀的现实 2020-12-28 20:04

With .net core (project.json) I used to switch between nuget packages and source code by adding the path to source code to the projects field in the global.json

2条回答
  •  暖寄归人
    2020-12-28 20:55

    For others that are interested in attempting to emulate with Global.json did, I worked around this for now using a couple powershell scripts and a custom json file that mimics it. Check out my answer here: https://stackoverflow.com/a/43795974/5504245

提交回复
热议问题