Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/xAI.Protocol/xAI.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>xAI</AssemblyName>
<PackageId>xAI</PackageId>
<Description>xAI client based on the official gRPC API reference from xAI.</Description>
<AssemblyName>xAI.Protocol</AssemblyName>
<PackageId>xAI.Protocol</PackageId>
<Description>xAI gRPC protocol client based on the official API reference from xAI.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>xai ai grok llm</PackageTags>
<PackageLicenseExpression></PackageLicenseExpression>
Expand All @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
<None Include="..\..\osmfeula.txt" Link="osmfeula.txt" PackagePath="OSMFEULA.txt" />
<Protobuf Include="*.proto" GrpcServices="Client" />
</ItemGroup>
Expand Down