mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02: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> |