Skip to content

Commit

Permalink
Fix packages.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Apr 18, 2024
1 parent 1fc39a6 commit 755a166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/ChatApp/ChatApp.Unity/Assets/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<packages>
<package id="Grpc.Core.Api" version="2.61.0" targetFramework="netstandard2.1" />
<package id="Grpc.Net.Client" version="2.61.0" manuallyInstalled="true" targetFramework="netstandard2.1" />
<package id="Grpc.Net.Common" version="2.61.0" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" manuallyInstalled="true" targetFramework="netstandard2.0" />
<package id="System.Diagnostics.DiagnosticSource" version="6.0.1" manuallyInstalled="true" targetFramework="netstandard2.0" />
<package id="Grpc.Net.Common" version="2.61.0" targetFramework="netstandard2.1" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="netstandard2.0" />
<package id="System.Diagnostics.DiagnosticSource" version="6.0.1" targetFramework="netstandard2.0" />
<package id="System.IO.Pipelines" version="8.0.0" manuallyInstalled="true" targetFramework="netstandard2.0" />
</packages>

0 comments on commit 755a166

Please sign in to comment.