Skip to content

Commit

Permalink
Update package reference to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Mar 14, 2024
1 parent 5844985 commit 66470a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Savorboard.CAP.InMemoryMessageQueue" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Savorboard.CAP.InMemoryMessageQueue" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 66470a6

Please sign in to comment.