Skip to content

Commit 0a45b9b

Browse files
committed
Drop moniker and platform id for packaging
1 parent abb2a62 commit 0a45b9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Bruce/Bruce.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,11 @@
5050
Condition="'$(OS)' == 'Windows_NT'" />
5151
</ItemGroup>
5252

53+
<Target Name="NETSDK1146Workaround" BeforeTargets="_PackToolValidation">
54+
<PropertyGroup>
55+
<TargetPlatformIdentifier></TargetPlatformIdentifier>
56+
<TargetPlatformMoniker></TargetPlatformMoniker>
57+
</PropertyGroup>
58+
</Target>
59+
5360
</Project>

0 commit comments

Comments
 (0)