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"> <Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition --> <!-- Runtime Definition -->
<PropertyGroup> <PropertyGroup>
<Version>1.0.0</Version> <Version>1.0.0</Version>
@@ -22,11 +23,11 @@
</ItemGroup> </ItemGroup>
<!-- Local Projects --> <!-- Local Projects -->
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\xCommons\xCommons.csproj" /> <ProjectReference Include="..\xCommons\xCommons.csproj" />
<ProjectReference Include="..\xAiModels\xAiModels.csproj" /> <ProjectReference Include="..\xAiModels\xAiModels.csproj" />
<ProjectReference Include="..\xIdentityHelper\xIdentityHelper.csproj" /> <ProjectReference Include="..\xIdentityHelper\xIdentityHelper.csproj" />
</ItemGroup> </ItemGroup>
<!-- Local Modules --> <!-- Local Modules -->
<ItemGroup> <ItemGroup>
@@ -38,4 +39,12 @@
<ItemGroup> <ItemGroup>
<!-- <PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" /> --> <!-- <PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" /> -->
</ItemGroup> </ItemGroup>
<!-- For XML Documentation Support -->
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
</Project> </Project>