Skip to content

Version 1.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 12:02
  • 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.