refactor csproj ...

This commit is contained in:
2026-04-14 16:34:20 +03:30
parent d8342e973d
commit 7109ff501e
+7 -3
View File
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xModels</PackageId>
<Version>1.0.0</Version>
<LangVersion>8.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<PackageId>xDashboard.xModels</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>
provide required models and related tools for using in xDashboard project.
</Description>
@@ -21,7 +22,10 @@
<!-- Local Modules -->
<ItemGroup>
<!-- <PackageReference Include="xDashboard.xCommons" Version="1.0.0" /> -->
</ItemGroup>
<!-- Local Dependencies -->
<ItemGroup>
<ProjectReference Include="../xCommons/xCommons.csproj" />
</ItemGroup>
</Project>