Skip to content

Commit

Permalink
Update PrettyPrompt to get history log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waf committed Jul 30, 2023
1 parent e88921b commit 3d6a7e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CSharpRepl.Services/CSharpRepl.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" />
<PackageReference Include="Microsoft.SymbolStore" Version="1.0.431901" />
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<PackageReference Include="PrettyPrompt" Version="4.1.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.29" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion CSharpRepl.Tests/CSharpRepl.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<PackageReference Include="PrettyPrompt" Version="4.1.0" />
<PackageReference Include="Spectre.Console.Testing" Version="0.47.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.29" />
<PackageReference Include="xunit" Version="2.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion CSharpRepl/CSharpRepl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<PackageReference Include="PrettyPrompt" Version="4.1.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="7.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 3d6a7e3

Please sign in to comment.