maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
4 changed files with
4 additions and
4 deletions
-
framework/src/Volo.Abp.IdentityModel/Volo.Abp.IdentityModel.csproj
-
modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.csproj
-
modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo.Abp.OpenIddict.Domain.csproj
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/MyCompanyName.MyProjectName.HttpApi.Host.csproj
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="IdentityModel" Version="5.1.0" /> |
|
|
|
<PackageReference Include="IdentityModel" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<ProjectReference Include="..\Volo.Abp.Caching\Volo.Abp.Caching.csproj" /> |
|
|
|
<ProjectReference Include="..\Volo.Abp.MultiTenancy\Volo.Abp.MultiTenancy.csproj" /> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.1" /> |
|
|
|
<PackageReference Include="IdentityModel" Version="5.1.0" /> |
|
|
|
<PackageReference Include="IdentityModel" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<Import Project="..\..\..\..\common.props" /> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<TargetFramework>netstandard2.1</TargetFramework> |
|
|
|
<RootNamespace /> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" /> |
|
|
|
<PackageReference Include="IdentityModel" Version="5.1.0" /> |
|
|
|
<PackageReference Include="IdentityModel" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0" /> |
|
|
|
|