[backend/csproj] Drop DATAS opt-in (enabled by default in .NET 9)

This commit is contained in:
Laura Hausmann 2024-08-19 02:16:06 +02:00
parent 8d288e9f44
commit c0eec686ca
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -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>