Skip to content

Commit

Permalink
Merge pull request #285 from waf/nuget-upgrade-2023-07
Browse files Browse the repository at this point in the history
Upgrade nuget packages, including PrettyPrompt
  • Loading branch information
waf authored Jul 16, 2023
2 parents cac77ca + eb7caa8 commit 7499a71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8" />
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<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
8 changes: 4 additions & 4 deletions CSharpRepl.Tests/CSharpRepl.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="PrettyPrompt" Version="4.0.8" />
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<PackageReference Include="Spectre.Console.Testing" Version="0.47.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.29" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
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.8" />
<PackageReference Include="PrettyPrompt" Version="4.0.9" />
<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 7499a71

Please sign in to comment.