File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments