last ...
This commit is contained in:
@@ -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