File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments