Skip to content

Commit

Permalink
feat: enable assembly trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Nov 24, 2023
1 parent d28e075 commit 68ea11b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/oidc-guard/oidc-guard.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -8,9 +8,10 @@
<RootNamespace>oidc_guard</RootNamespace>
<UserSecretsId>a70c2d04-572e-41af-8710-66bacf303453</UserSecretsId>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 68ea11b

Please sign in to comment.