mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
7 lines
225 B
XML
7 lines
225 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- Supported values: nunit, xunit and mstest -->
|
|
<add key="FluentAssertions.TestFramework" value="nunit"/>
|
|
</appSettings>
|
|
</configuration> |