- Fixed a bug where Chisel could fail in Visual Studio with a
MissingMethodException
.
Method not found: 'NuGet.Frameworks.NuGetFramework NuGet.ProjectModel.TargetFrameworkInformation.get_FrameworkName()'.
at Chisel.LockFileExtensions.ReadPackages(LockFile lockFile, String tfm, String rid, Predicate`1 filter)
at Chisel.Chisel.ProcessGraph() in /_/src/Chisel/Chisel.cs:line 161
at Chisel.Chisel.Execute() in /_/src/Chisel/Chisel.cs:line 140
This issue was only affecting Visual Studio. Rider and the dotnet
command line interface were not affected.