Skip to content

Commit 9cc2f99

Browse files
committed
Quick package sync
1 parent d9d9f23 commit 9cc2f99

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

BinaryObjectScanner/BinaryObjectScanner.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<!-- Support for old .NET versions -->
7979
<ItemGroup Condition="$(TargetFramework.StartsWith(`net2`))">
8080
<PackageReference Include="Net30.LinqBridge" Version="1.3.0" />
81+
<PackageReference Include="Net35.Actions" Version="1.1.0" />
8182
</ItemGroup>
8283
<ItemGroup Condition="!$(TargetFramework.StartsWith(`net2`)) AND !$(TargetFramework.StartsWith(`net3`))">
8384
<PackageReference Include="OpenMcdf" Version="2.3.1" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#if NET20
2+
3+
namespace System.Runtime.CompilerServices
4+
{
5+
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
6+
internal sealed class ExtensionAttribute : Attribute {}
7+
}
8+
9+
#endif

0 commit comments

Comments
 (0)