mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
parent
e2bf6117dd
commit
e47bd9faa4
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@
|
|||
<DefineConstants>$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- TODO: https://github.com/dotnet/runtime/issues/100264 -->
|
||||
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'">
|
||||
<RuntimeFrameworkVersion>8.0.2</RuntimeFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Default configuration for fast-debugging builds -->
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'DebugFast'">
|
||||
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
|
||||
|
|
Loading…
Reference in a new issue