moved SmallInjector to new Project.

This commit is contained in:
2019-07-20 22:58:53 +02:00
parent e4ce2a472a
commit 8954cd82fc
9 changed files with 84 additions and 50 deletions

View File

@ -12,7 +12,5 @@ namespace InjectorTest
var actual = Helper.WriteMethodString(new TestClock(), "");
Assert.Equal(expected, actual);
}
}
}

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>