Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xunit.console.exe.config - github.com/mono/xunit-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99230ca04ca742e881b7fe64eb9dc968313ea29d (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true" />
  <runtime>
    <AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
  </runtime>
</configuration>