This commit is contained in:
2026-04-24 00:32:43 +03:30
parent cd385d36de
commit a7c4fa7558
+8 -5
View File
@@ -8,8 +8,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xIdentityService</PackageId>
<Description>
provide an interface to connect xDashboard IdentityServer and do OAuth Actions to xDashboard
project.
provide an interface to connect xDashboard IdentityServer and do OAuth Actions to xDashboard
project.
</Description>
<!-- Icon Definition -->
@@ -18,7 +18,8 @@
<!-- 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 -->
@@ -30,13 +31,15 @@
<!-- <ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xHttpService/xHttpService.csproj" /> -->
<PackageReference Include="xDashboard.xDataService" Version="1.0.0" />
<ProjectReference Include="../xDataService/xDataService.csproj" />
<!-- <PackageReference Include="xDashboard.xDataService" Version="1.0.0" /> -->
<PackageReference Include="xDashboard.xHttpService" Version="1.0.0" />
</ItemGroup>
<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="4.0.0-preview.6" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection"
Version="4.0.0-preview.6" />
</ItemGroup>
</Project>