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 c537dd2 commit 8a44033Copy full SHA for 8a44033
src/apksigner/apksigner.csproj
@@ -19,7 +19,7 @@
19
<ItemGroup>
20
<!-- There isn't an actual dependency here, but we can only build one 'gradlew' project
21
at a time, and adding <ProjectReference> between them ensures they run sequentially. -->
22
- <ProjectReference Include="..\..\external\Java.Interop\tools\java-source-utils\java-source-utils.csproj" ReferenceOutputAssembly="False" SkipGetTargetFrameworkProperties="True" AdditionalProperties="TargetFramework=$(DotNetTargetFramework)" />
+ <ProjectReference Include="..\..\external\Java.Interop\tools\java-source-utils\java-source-utils.csproj" ReferenceOutputAssembly="False" />
23
</ItemGroup>
24
25
<Import Project="apksigner.targets" />
0 commit comments