We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd266a2 commit 5fd7475Copy full SHA for 5fd7475
src/Autofac.Extras.Moq/Autofac.Extras.Moq.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<Description>Autofac extension for automocking and creation of mock objects in Moq.</Description>
5
<VersionPrefix>4.3.0</VersionPrefix>
6
- <TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
+ <TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
7
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
<AssemblyName>Autofac.Extras.Moq</AssemblyName>
0 commit comments