This commit is contained in:
2026-06-12 23:42:48 +03:30
parent 11881dcd9c
commit cece849cdf
+11 -2
View File
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<Version>1.0.0</Version>
@@ -22,11 +23,11 @@
</ItemGroup>
<!-- Local Projects -->
<ItemGroup>
<ItemGroup>
<ProjectReference Include="..\xCommons\xCommons.csproj" />
<ProjectReference Include="..\xAiModels\xAiModels.csproj" />
<ProjectReference Include="..\xIdentityHelper\xIdentityHelper.csproj" />
</ItemGroup>
</ItemGroup>
<!-- Local Modules -->
<ItemGroup>
@@ -38,4 +39,12 @@
<ItemGroup>
<!-- <PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" /> -->
</ItemGroup>
<!-- For XML Documentation Support -->
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
</Project>