diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + + diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/UnitTests/UnitTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + +