mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 06:50:29 +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 -->
|
<!-- Required for protobuf-net -->
|
||||||
<_DefaultValueAttributeSupport>true</_DefaultValueAttributeSupport>
|
<_DefaultValueAttributeSupport>true</_DefaultValueAttributeSupport>
|
||||||
|
|
||||||
|
<!-- TODO: Workaround for https://github.com/dotnet/runtime/issues/118630, evaluate if possible to remove later -->
|
||||||
|
<EnableConfigurationBindingGenerator>false</EnableConfigurationBindingGenerator>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Default configuration for fast-debugging builds -->
|
<!-- Default configuration for fast-debugging builds -->
|
||||||
|
|||||||
Reference in New Issue
Block a user