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
parent
commit
75d4455b27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/Mvc.Server/Mvc.Server.csproj
  2. 2
      src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj
  3. 2
      src/OpenIddict.Owin/OpenIddict.Owin.csproj
  4. 2
      src/OpenIddict/OpenIddict.csproj

2
samples/Mvc.Server/Mvc.Server.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
src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
<PropertyGroup>

2
src/OpenIddict.Owin/OpenIddict.Owin.csproj

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net461;net472</TargetFrameworks>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
<PropertyGroup>

2
src/OpenIddict/OpenIddict.csproj

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
<PropertyGroup>

Loading…
Cancel
Save