21 lines
565 B
XML
21 lines
565 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<!-- Runtime Definition -->
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<PackageId>xDashboard.xWebinarService</PackageId>
|
|
<Version>1.0.0</Version>
|
|
<Authors>Hadi Khazaee Asl</Authors>
|
|
<Company>SaherElm IT Center</Company>
|
|
<Description>
|
|
it is a Part of xDashboard on SaherElm IT Center which provides:
|
|
</Description>
|
|
</PropertyGroup>
|
|
|
|
<!-- Local Modules -->
|
|
<ItemGroup>
|
|
<PackageReference Include="xDashboard.xCommons" Version="1.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|