OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / app.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <startup>
4     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
5     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
6     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
7   </startup>
8   <appSettings>
9     <add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
10   </appSettings>
11 </configuration>