[backend/csproj] Drop DATAS opt-in (enabled by default in .NET 9)
This commit is contained in:
parent
8d288e9f44
commit
c0eec686ca
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
|||
<PublishTrimmed>false</PublishTrimmed>
|
||||
<!-- Makes sure that we compile against the correct native dependency -->
|
||||
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
|
||||
<!-- Enables DATAS - https://www.thinktecture.com/en/net/optimize-asp-net-core-memory-with-datas -->
|
||||
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue