This commit is contained in:
2026-07-26 21:20:56 +03:30
parent 34b308c3c1
commit 88050a3d13
+5 -4
View File
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<Version>1.0.0</Version>
@@ -10,7 +10,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>
provide all commonly used actions/extensions and classes which required to xDashboard project.
provide all commonly used actions/extensions and classes which required to xDashboard project.
</Description>
<!-- Icon Definition -->
@@ -19,12 +19,13 @@
<!-- Icon Handling -->
<ItemGroup>
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true" PackagePath="\icon.png" />
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true"
PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Modules -->
<ItemGroup>
<PackageReference Include="xDashboard.xExceptions" Version="1.0.0" />
<PackageReference Include="xDashboard.xExceptions" Version="1.0.0" />
</ItemGroup>
<!-- Local Dependencies -->