1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00

7 lines
225 B
Plaintext
Raw Normal View History

2010-09-29 18:39:25 -07:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
2011-06-04 10:59:09 -07:00
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
<add key="FluentAssertions.TestFramework" value="nunit"/>
</appSettings>
2010-09-29 18:39:25 -07:00
</configuration>