-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.config
41 lines (41 loc) · 1.73 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ProjectName" value="DNN Software" />
<add key="CacheEnabled" value="false" />
<add key="SpreadsheetId" value="1u4iwmutynhqeDo-Wqtka9O3uGF8oYC7orTH6lvdCphE" />
<add key="TestSuiteCategoryFieldName" value="customfield_23304" />
</appSettings>
<system.diagnostics>
<switches>
<add name="ArgumentsStringShowValues" value="1" />
<add name="ArgumentsEnumerableShowValues" value="0" />
</switches>
<sources>
<source name="default" switchValue="Verbose, Information, Warning, Error, Critical">
<listeners>
<add name="default" type="FunctionalAreaCoverage.Helpers.ColorConsoleTraceListener, FunctionalAreaCoverage" />
</listeners>
</source>
</sources>
</system.diagnostics>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Apis" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.40.0.0" newVersion="1.40.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Apis.Core" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.40.0.0" newVersion="1.40.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>