File tree 1 file changed +2
-1
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Copyright (c) .NET Foundation. All rights reserved.
46
46
Publish =" true" />
47
47
</ItemGroup >
48
48
<ItemGroup Condition =" '$(DisableImplicitFrameworkReferences)' != 'true' and '$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(_TargetFrameworkVersionWithoutV)' >= '2.1'" >
49
- <FrameworkReference Include =" NETStandard.Library" IsImplicitlyDefined =" true" />
49
+ <FrameworkReference Include =" NETStandard.Library" IsImplicitlyDefined =" true" Pack = " false " />
50
50
</ItemGroup >
51
51
52
52
<ItemGroup Condition =" '$(DisableImplicitFrameworkReferences)' != 'true' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp'" >
@@ -65,6 +65,7 @@ Copyright (c) .NET Foundation. All rights reserved.
65
65
Publish =" true" />
66
66
67
67
<FrameworkReference Include =" Microsoft.NETCore.App" IsImplicitlyDefined =" true"
68
+ Pack =" false"
68
69
Condition =" ('$(_TargetFrameworkVersionWithoutV)' != '') And ('$(_TargetFrameworkVersionWithoutV)' >= '3.0')" />
69
70
70
71
</ItemGroup >
You can’t perform that action at this time.
0 commit comments