Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.csproj 1.55 KB
Newer Older
1
<Project Sdk="Microsoft.NET.Sdk">
2

3
	<PropertyGroup>
4
		<TargetFramework>netcoreapp3.1</TargetFramework>
janskoruba's avatar
janskoruba committed
5
		<Version>1.0.0-rc2</Version>
6
7
8
9
10
11
12
		<Authors>Jan Škoruba</Authors>
		<Description>Business Logic layer for the administration of the Asp.Net Core Identity and IdentityServer4</Description>
		<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
		<PackageLicenseUrl>https://github.com/skoruba/IdentityServer4.Admin/blob/master/LICENSE.md</PackageLicenseUrl>
		<PackageProjectUrl>https://github.com/skoruba/IdentityServer4.Admin</PackageProjectUrl>
		<PackageIconUrl>https://raw.githubusercontent.com/skoruba/IdentityServer4.Admin/master/docs/Images/Skoruba.IdentityServer4.Admin-Logo-Nuget.png</PackageIconUrl>
	</PropertyGroup>
13

14
	<ItemGroup>
janskoruba's avatar
janskoruba committed
15
		<PackageReference Include="IdentityServer4.EntityFramework" Version="3.1.1" />
janskoruba's avatar
janskoruba committed
16
		<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.6" />
17
	</ItemGroup>
18

19
20
	<ItemGroup>
		<ProjectReference Include="..\Skoruba.IdentityServer4.Admin.BusinessLogic.Shared\Skoruba.IdentityServer4.Admin.BusinessLogic.Shared.csproj" />
21
		<ProjectReference Include="..\Skoruba.IdentityServer4.Admin.EntityFramework.Identity\Skoruba.IdentityServer4.Admin.EntityFramework.Identity.csproj" />
22
		<ProjectReference Include="..\Skoruba.IdentityServer4.Admin.EntityFramework\Skoruba.IdentityServer4.Admin.EntityFramework.csproj" />
23
	</ItemGroup>
24

25
26
27
28
29
30
	<ItemGroup>
	  <EmbeddedResource Update="Resources\IdentityServiceResource.resx">
	    <Generator></Generator>
	  </EmbeddedResource>
	</ItemGroup>

31
</Project>