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.83k stars 106 forks source link

Upgrade nuget packages, including PrettyPrompt #285

Closed waf closed 1 year ago

waf commented 1 year ago

Upgrade PrettyPrompt to get fixes in 4.0.9.

The only other nuget upgrades in this PR are testing related (xunit and Microsoft.NET.Test.Sdk).

codecov[bot] commented 1 year ago

Codecov Report

Merging #285 (eb7caa8) into main (cac77ca) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #285   +/-   ##
=====================================
  Coverage   77.4%   77.4%           
=====================================
  Files         82      82           
  Lines       5545    5545           
  Branches     729     729           
=====================================
  Hits        4293    4293           
  Misses       985     985           
  Partials     267     267