Skip to content

Commit c27564f

Browse files
Support the same targetframeworks as the main dependency
1 parent fede14c commit c27564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Ioc.Ninject/FluentAssertions.Ioc.Ninject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>netstandard2.1</TargetFramework>
5+
<TargetFrameworks>net47;netcoreapp2.1;netcoreapp3.0;netstandard2.0;netstandard2.1</TargetFrameworks>
66
<RestorePackages>true</RestorePackages>
77
<Version>1.4.0</Version>
88
<Authors>Kevin Kuszyk</Authors>

0 commit comments

Comments
 (0)