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 36c2ae9 commit b786c12Copy full SHA for b786c12
src/Unity.Interception.csproj
@@ -35,9 +35,13 @@
35
<EmbeddedResource Include="package.snk" />
36
</ItemGroup>
37
38
- <ItemGroup>
+ <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.0'">
39
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
40
41
+
42
+ <ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0' AND '$(TargetFramework)' != 'netcoreapp2.0'">
43
44
+ </ItemGroup>
45
46
<ItemGroup>
47
<EmbeddedResource Update="Properties\Resources.resx">
0 commit comments