You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net461;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<IncludeSymbols>false</IncludeSymbols>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Versatile OpenID Connect stack for ASP.NET Core 2.1, 3.1 and 5.0.</Description>
|
|
<PackageTags>$(PackageTags);aspnetcore;server;validation</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenIddict\OpenIddict.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Server.AspNetCore\OpenIddict.Server.AspNetCore.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Server.DataProtection\OpenIddict.Server.DataProtection.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation.AspNetCore\OpenIddict.Validation.AspNetCore.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation.DataProtection\OpenIddict.Validation.DataProtection.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="_._" Pack="true" PackagePath="lib\net461\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\netcoreapp2.1\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\netcoreapp3.1\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net5.0\_._" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|