This commit is contained in:
2026-07-26 21:17:13 +03:30
parent d2d3ac90b6
commit b582b5c73a
+7 -6
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>
@@ -8,9 +8,9 @@
<Company>SaherElm IT Center</Company> <Company>SaherElm IT Center</Company>
<PackageId>xDashboard.xWebinarService</PackageId> <PackageId>xDashboard.xWebinarService</PackageId>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Description> <Description>
it is a Part of xDashboard on SaherElm IT Center which provides all Wbinar Related Futures ... it is a Part of xDashboard on SaherElm IT Center which provides all Wbinar Related Futures ...
</Description> </Description>
<!-- Icon Definition --> <!-- Icon Definition -->
@@ -19,7 +19,8 @@
<!-- 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 -->
@@ -33,7 +34,7 @@
<ProjectReference Include="../xPushService/xPushService.csproj" /> <ProjectReference Include="../xPushService/xPushService.csproj" />
<ProjectReference Include="../xDataService/xDataService.csproj" /> <ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xStringService/xStringService.csproj" /> <ProjectReference Include="../xStringService/xStringService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" /> <ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>