Skip to content

Commit

Permalink
Merge pull request #57 from JonathanBout/53-add-redis-support
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 6, 2025
2 parents c14e7b5 + c707e8f commit 45d1bd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SimpleCDN/SimpleCDN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<DebuggerSupport>false</DebuggerSupport>
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
<InvariantGlobalization>true</InvariantGlobalization>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<EventSourceSupport>false</EventSourceSupport>
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)'=='Release'">
Expand Down

0 comments on commit 45d1bd5

Please sign in to comment.