|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
|
|
|
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.7.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="2.2.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="2.2.5" />
|
|
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Authentication.JwtBearer\Volo.Abp.AspNetCore.Authentication.JwtBearer.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
|
|
|
|
@ -54,12 +54,4 @@
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ReferencePath Condition="'%(FileName)' == 'StackExchange.Redis.StrongName'">
|
|
|
|
|
<Aliases>signed</Aliases>
|
|
|
|
|
</ReferencePath>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|