mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
fix: add workaround for .NET 10 SDK breaking change (#3506)
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user