I have a project generated by
dotnet new Aurelia
that works find on my home system, but when transferred to my work system via git sync, Visual Studio Code reports the following:
file: 'file:///c%3A/Users/REDACTED/AppData/Local/Temp/.NETCoreApp%2CVersion%3Dv2.0.AssemblyAttributes.cs'
severity: 'Error'
message: 'The type 'TargetFrameworkAttribute' exists in both 'System.Runtime, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [Dox]'
at: '4,46'
source: ''
Possibly I have two versions of the run-time on this system, or perhaps home and office have two different versions; how would I check? And what's the prescribed remedy?
Okay I installed the latest SDK but now it's complaining that it can't find MVC and a bunch of other dependencies. What now?
Updating the SpaTemplates wasn't completely successful and I still have the errors. Any other ideas?