lucabriguglia / Weapsy

ASP.NET Core CMS
http://www.weapsy.com
Other
10 stars 2 forks source link

Fix InvalidOperationException Cannot find compilation library location for package 'Weapsy.Apps.Text'. #30

Closed eerhardt closed 7 years ago

eerhardt commented 7 years ago

VS 2017's NET.Sdk.Web has PreserveCompilationContext set to true by default, which causes DependencyModel errors when using it from an extension that is not loaded from the main app's bin directory. This is equivalent to the VS2015 behavior since preserveCompilationContext was not set in the project.json.

@lucabriguglia