We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80549a5 commit 476328bCopy full SHA for 476328b
src/FsCheck.Xunit/FsCheck.Xunit.fsproj
@@ -2,7 +2,7 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<AssemblyName>FsCheck.Xunit</AssemblyName>
5
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
8
<PackageDescription>
0 commit comments