refactor csproj ...

This commit is contained in:
2026-04-14 16:35:00 +03:30
parent 9373d5848a
commit 1a3aaeecf9
+3 -3
View File
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xExceptions</PackageId>
<Version>1.0.0</Version>
<LangVersion>8.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<PackageId>xDashboard.xExceptions</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>
provide all Exceptions and its related actions/extensions and classes which required to xDashboard project.
</Description>