moved SmallInjector to new Project.
This commit is contained in:
@ -12,7 +12,5 @@ namespace InjectorTest
|
||||
var actual = Helper.WriteMethodString(new TestClock(), "");
|
||||
Assert.Equal(expected, actual);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
|
Reference in New Issue
Block a user