We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4067189 commit 0019e07Copy full SHA for 0019e07
FroniusSolarClient/FroniusSolarClient.csproj
@@ -17,6 +17,12 @@
17
<Version>0.0.2</Version>
18
</PropertyGroup>
19
20
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
21
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
22
+ <DebugType>portable</DebugType>
23
+ <DebugSymbols>true</DebugSymbols>
24
+ </PropertyGroup>
25
+
26
<ItemGroup>
27
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
28
</ItemGroup>
0 commit comments