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 83452a4 commit 60fc35dCopy full SHA for 60fc35d
Source/Schema.NET/Schema.NET.csproj
@@ -46,8 +46,8 @@
46
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
47
<PackageReference Include="System.Memory" Version="4.5.3" />
48
</ItemGroup>
49
-
50
- <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.1' Or '$(TargetFramework)' == 'net461'">
+
+ <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.1' OR '$(TargetFramework)' == 'net461'">
51
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
52
53
0 commit comments