diff --git a/EPAServeur.Tests/EPAServeur.Tests.csproj b/EPAServeur.Tests/EPAServeur.Tests.csproj index 50b948f..5aabbe5 100644 --- a/EPAServeur.Tests/EPAServeur.Tests.csproj +++ b/EPAServeur.Tests/EPAServeur.Tests.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -20,4 +21,8 @@ + + + + diff --git a/EPAServeur.Tests/Properties/launchSettings.json b/EPAServeur.Tests/Properties/launchSettings.json new file mode 100644 index 0000000..cd5042e --- /dev/null +++ b/EPAServeur.Tests/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "EPAServeur.Tests": { + "commandName": "Project" + } + } +} \ No newline at end of file