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"> <Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition --> <!-- Runtime Definition -->
<PropertyGroup> <PropertyGroup>
<Version>1.0.0</Version> <Version>1.0.0</Version>
@@ -10,7 +10,7 @@
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Description> <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> </Description>
<!-- Icon Definition --> <!-- Icon Definition -->
@@ -19,12 +19,13 @@
<!-- Icon Handling --> <!-- Icon Handling -->
<ItemGroup> <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> </ItemGroup>
<!-- Local Modules --> <!-- Local Modules -->
<ItemGroup> <ItemGroup>
<PackageReference Include="xDashboard.xExceptions" Version="1.0.0" /> <PackageReference Include="xDashboard.xExceptions" Version="1.0.0" />
</ItemGroup> </ItemGroup>
<!-- Local Dependencies --> <!-- Local Dependencies -->