Browse Source
Convert OpenIddict, OpenIddict.AspNetCore and OpenIddict.Owin to real meta-packages
pull/797/head
Kévin Chalet
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
7 additions and
1 deletions
-
samples/Mvc.Server/Mvc.Server.csproj
-
src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj
-
src/OpenIddict.Owin/OpenIddict.Owin.csproj
-
src/OpenIddict/OpenIddict.csproj
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\OpenIddict.Server.AspNetCore\OpenIddict.Server.AspNetCore.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\OpenIddict.AspNetCore\OpenIddict.AspNetCore.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\OpenIddict.EntityFrameworkCore\OpenIddict.EntityFrameworkCore.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework> |
|
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>net461;net472</TargetFrameworks> |
|
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|