Fix #2282 - dynamically determine framework path when scaffolding project references
This commit is contained in:
@ -151,7 +151,7 @@
|
||||
var template = _templates.FirstOrDefault(item => item.Name == _template);
|
||||
_minversion = template.Version;
|
||||
}
|
||||
GetLocation();
|
||||
GetLocation();
|
||||
}
|
||||
|
||||
private void GetLocation()
|
||||
|
Reference in New Issue
Block a user