waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.92k stars 113 forks source link

Update nuget version paths #273

Closed waf closed 1 year ago

waf commented 1 year ago

Given the recent Nuget.* library update in #271, we need to ensure the SkipCopyOfHostDlls step has the right version paths. See https://github.com/waf/CSharpRepl/pull/255 for context.

codecov[bot] commented 1 year ago

Codecov Report

Merging #273 (b7ac707) into main (a9f36f7) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #273   +/-   ##
=====================================
  Coverage   77.5%   77.5%           
=====================================
  Files         81      81           
  Lines       5475    5475           
  Branches     718     718           
=====================================
  Hits        4248    4248           
  Misses       965     965           
  Partials     262     262