Skip to content

Commit 6fdd0e8

Browse files
committed
Fix protocol package id
1 parent 3db16d8 commit 6fdd0e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/xAI.Protocol/xAI.Protocol.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<AssemblyName>xAI</AssemblyName>
6-
<PackageId>xAI</PackageId>
7-
<Description>xAI client based on the official gRPC API reference from xAI.</Description>
5+
<AssemblyName>xAI.Protocol</AssemblyName>
6+
<PackageId>xAI.Protocol</PackageId>
7+
<Description>xAI gRPC protocol client based on the official API reference from xAI.</Description>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<PackageTags>xai ai grok llm</PackageTags>
1010
<PackageLicenseExpression></PackageLicenseExpression>
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
2626
<None Include="..\..\osmfeula.txt" Link="osmfeula.txt" PackagePath="OSMFEULA.txt" />
2727
<Protobuf Include="*.proto" GrpcServices="Client" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)