last ...
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageId>xDashboard.xIdentityService</PackageId>
|
<PackageId>xDashboard.xIdentityService</PackageId>
|
||||||
<Description>
|
<Description>
|
||||||
provide an interface to connect xDashboard IdentityServer and do OAuth Actions to xDashboard
|
provide an interface to connect xDashboard IdentityServer and do OAuth Actions to xDashboard
|
||||||
project.
|
project.
|
||||||
</Description>
|
</Description>
|
||||||
|
|
||||||
<!-- Icon Definition -->
|
<!-- Icon Definition -->
|
||||||
@@ -18,7 +18,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 -->
|
||||||
@@ -30,13 +31,15 @@
|
|||||||
<!-- <ProjectReference Include="../xDataService/xDataService.csproj" />
|
<!-- <ProjectReference Include="../xDataService/xDataService.csproj" />
|
||||||
<ProjectReference Include="../xHttpService/xHttpService.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" />
|
<PackageReference Include="xDashboard.xHttpService" Version="1.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Dependencies -->
|
<!-- Dependencies -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />
|
<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>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user