mirror of https://github.com/abpframework/abp
parent
25d7c4629e
commit
bdfb5eab25
@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\..\configureawait.props" />
|
||||
<Import Project="..\..\..\..\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Volo.Abp.Account.SourceCode.zip" />
|
||||
<Content Include="Volo.Abp.Account.SourceCode.zip">
|
||||
<Pack>true</Pack>
|
||||
<PackagePath>content\</PackagePath>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Volo.Abp.IdentityServer.Domain.Shared",
|
||||
"hash": "ce5c24d589a663bc543a334b6a98de00",
|
||||
"contents": [
|
||||
{
|
||||
"namespace": "Volo.Abp.IdentityServer",
|
||||
"contentType": "abpModule",
|
||||
"name": "AbpIdentityServerDomainSharedModule"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Volo.Abp.IdentityServer.EntityFrameworkCore",
|
||||
"hash": "034f1be234bf02cb8e782935c47c0eeb",
|
||||
"contents": [
|
||||
{
|
||||
"namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore",
|
||||
"contentType": "abpModule",
|
||||
"name": "AbpIdentityServerEntityFrameworkCoreModule"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\..\configureawait.props" />
|
||||
<Import Project="..\..\..\..\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Volo.Abp.IdentityServer.SourceCode.zip" />
|
||||
<Content Include="Volo.Abp.IdentityServer.SourceCode.zip">
|
||||
<Pack>true</Pack>
|
||||
<PackagePath>content\</PackagePath>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in new issue