refactor csproj and add XBase Identity Http provider tools and also add supports for streaming ...

This commit is contained in:
2026-04-14 16:36:04 +03:30
parent 7504ea7e98
commit 34fb077e8b
4 changed files with 1173 additions and 8 deletions
+8 -8
View File
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xIdentityService</PackageId>
<Version>1.0.0</Version>
<LangVersion>8.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xIdentityService</PackageId>
<Description>
provide an interface to connect xDashboard IdentityServer and do OAuth Actions to xDashboard
project.
@@ -23,11 +23,12 @@
<!-- Local Modules -->
<ItemGroup>
<!-- <PackageReference Include="xDashboard.xHttpService" Version="1.0.0" /> -->
<!-- <PackageReference Include="xDashboard.xDataService" Version="1.0.0" /> -->
</ItemGroup>
<ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xHttpService/xHttpService.csproj" />
<!-- Local Dependencies -->
<ItemGroup>
<ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xHttpService/xHttpService.csproj" />
</ItemGroup>
<!-- Dependencies -->
@@ -35,5 +36,4 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="4.0.0-preview.6" />
</ItemGroup>
</Project>