fix catalogues ...

This commit is contained in:
2026-03-22 15:08:25 +03:30
parent a855ea6b70
commit 19de28eb1c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# xSaherElmAI.xApi # xSaherElm.xApi
a WebAPI Project which contains all Business Logic of xSaherElm AI Project. a WebAPI Project which contains all Business Logic of xSaherElm Project.
## Maintainer ## Maintainer
+2 -2
View File
@@ -2,12 +2,12 @@
<!-- Runtime Definition --> <!-- Runtime Definition -->
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>xSaherElmAI.xApi</PackageId> <PackageId>xSaherElm.xApi</PackageId>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<Authors>Hadi Khazaee Asl</Authors> <Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company> <Company>SaherElm IT Center</Company>
<Description> <Description>
a WebAPI Project which contains all Business Logic of xSaherElm AI Project. a WebAPI Project which contains all Business Logic of xSaherElm Project.
</Description> </Description>
<!-- Fix Duplicate TargetFramework Issue --> <!-- Fix Duplicate TargetFramework Issue -->