1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-06 11:02:40 +01:00
Radarr/NzbDrone.Core.Test/App.config

7 lines
225 B
Plaintext
Raw Normal View History

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