We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca273d6 commit bcd9b25Copy full SHA for bcd9b25
Bruce/Bruce.csproj
@@ -41,4 +41,10 @@
41
<ProjectReference Include="..\Samples\KerbDumpCore\KerbDumpCore.csproj" />
42
</ItemGroup>
43
44
+ <Target Name="RemoveTargetPlatformIdBeforePackingTool" BeforeTargets="_PackToolValidation">
45
+ <PropertyGroup>
46
+ <TargetPlaformIdentifier />
47
+ </PropertyGroup>
48
+ </Target>
49
+
50
</Project>
0 commit comments