File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 </PropertyGroup >
2424
25- <!-- Exclude certain parts of external modules for .NET Framework -->
26- <PropertyGroup Condition =" $(TargetFramework.StartsWith(`net4`))" >
25+ <!-- Exclude certain parts of external modules for .NET Framework 4.5.2 and above -->
26+ <PropertyGroup Condition =" $(TargetFramework.StartsWith(`net4`)) AND !$(TargetFramework.StartsWith(`net40`)) " >
2727 <DefaultItemExcludes >
2828 $(DefaultItemExcludes);
2929 **\AssemblyInfo.cs;
3232 </DefaultItemExcludes >
3333 </PropertyGroup >
3434
35- <!-- Exclude all external modules for .NET Core and modern .NET -->
35+ <!-- Exclude all external modules for .NET Framework 4.0, .NET Core and modern .NET -->
3636 <PropertyGroup Condition =" !$(TargetFramework.StartsWith(`net4`)) OR $(TargetFramework.StartsWith(`net40`))" >
3737 <DefaultItemExcludes >
3838 $(DefaultItemExcludes);
You can’t perform that action at this time.
0 commit comments