Sonarr/src/NzbDrone.Test.Common/App.config

12 lines
296 B
Plaintext
Raw Normal View History

2012-02-15 02:08:47 +00:00
<?xml version="1.0" encoding="utf-8"?>
2010-09-30 01:39:25 +00:00
<configuration>
2011-06-04 17:59:09 +00:00
<appSettings>
2012-02-15 02:08:47 +00:00
<add key="FluentAssertions.TestFramework" value="nunit" />
2011-06-04 17:59:09 +00:00
</appSettings>
2012-01-25 03:09:49 +00:00
<runtime>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>
</configuration>