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 0a80c56 commit 47a95c2Copy full SHA for 47a95c2
src/CloudNative.CloudEvents/CloudNative.CloudEvents.csproj
@@ -9,7 +9,7 @@
9
</PropertyGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="System.Memory" Version="4.5.5" />
+ <PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)'=='netstandard2.0' or '$(TargetFramework)'=='netstandard2.1'" />
13
<!-- Source-only package with nullable reference annotations. -->
14
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
15
</ItemGroup>
0 commit comments