Moved tests into their own folder.
This commit is contained in:
parent
b841a28177
commit
81cd9ff9fa
16 changed files with 51 additions and 106 deletions
6
Tests/Test.NetFX/App.config
Normal file
6
Tests/Test.NetFX/App.config
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Loading…
Reference in a new issue