Browse Source

Remove the X.509 certificate from the Mvc.Server sample

pull/979/head
Kévin Chalet 6 years ago
parent
commit
41c4ba9d1e
  1. BIN
      samples/Mvc.Server/Certificate.pfx
  2. 4
      samples/Mvc.Server/Mvc.Server.csproj

BIN
samples/Mvc.Server/Certificate.pfx

Binary file not shown.

4
samples/Mvc.Server/Mvc.Server.csproj

@ -6,10 +6,6 @@
<TypeScriptEnabled>false</TypeScriptEnabled> <TypeScriptEnabled>false</TypeScriptEnabled>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Certificate.pfx" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\src\OpenIddict.AspNetCore\OpenIddict.AspNetCore.csproj" /> <ProjectReference Include="..\..\src\OpenIddict.AspNetCore\OpenIddict.AspNetCore.csproj" />
<ProjectReference Include="..\..\src\OpenIddict.EntityFrameworkCore\OpenIddict.EntityFrameworkCore.csproj" /> <ProjectReference Include="..\..\src\OpenIddict.EntityFrameworkCore\OpenIddict.EntityFrameworkCore.csproj" />

Loading…
Cancel
Save