Skip to content

Commit

Permalink
Change LibMan to explicit opt-in main IdentityServer host packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhiggins732 committed Feb 13, 2024
1 parent 27c69f0 commit a9c2c77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/AspNetIdentity/host/Host.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<ItemGroup>
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />
<PackageReference Include="Serilog" />
<PackageReference Include="Serilog.AspNetCore" />
<PackageReference Include="Serilog.Sinks.Console" />
Expand Down
1 change: 0 additions & 1 deletion src/IdentityServer8/host/Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />

<PackageReference Include="Serilog.AspNetCore" />

Expand Down

0 comments on commit a9c2c77

Please sign in to comment.