CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

Do not throw exception if project.assets.json does not exist #249

Closed kingerja closed 6 years ago

kingerja commented 6 years ago

multi framework projects would hit this exception preventing them from generating the props. I don't know enough about multi-framework builds to know what the right fix is but perhaps you will have an idea.

I will play with it more like maybe have things only run if TargetFramework is defined or such so we don't need to change this behavior.

But this is the first iteration to let you know what else was needed to get property generation to work.

jeffkl commented 6 years ago

Let's discuss this today