fix: add workaround for .NET 10 SDK breaking change (#3506)

This commit is contained in:
Vita Chumakova
2025-11-05 02:39:12 +04:00
committed by GitHub
parent 1f74f9c721
commit 5d1234e2d6

View File

@@ -48,6 +48,9 @@
<!-- Required for protobuf-net -->
<_DefaultValueAttributeSupport>true</_DefaultValueAttributeSupport>
<!-- TODO: Workaround for https://github.com/dotnet/runtime/issues/118630, evaluate if possible to remove later -->
<EnableConfigurationBindingGenerator>false</EnableConfigurationBindingGenerator>
</PropertyGroup>
<!-- Default configuration for fast-debugging builds -->