Skip to content

Commit 7e33c31

Browse files
authored
KSPCommon.targets: fix item group for ckan versions
1 parent 224e256 commit 7e33c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KSPCommon.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<CKANCompatibleVersionItems Include="$(CKANCompatibleVersions)"/>
2727
</ItemGroup>
28-
<Exec Command="ckan compat add --headless --gamedir $(KSPROOT) %(CKANCompatibleVersionItems)" Condition=" '$(CKANCompatibleVersions)' != '' "/>
28+
<Exec Command="ckan compat add --headless --gamedir $(KSPROOT) %(CKANCompatibleVersionItems.Identity)" Condition=" '$(CKANCompatibleVersions)' != '' "/>
2929
<Exec Command="ckan install --no-recommends --headless --gamedir $(KSPROOT) %(Reference.CKANIdentifier)" Condition=" '%(Reference.CKANIdentifier)' != '' "/>
3030
</Target>
3131
</Project>

0 commit comments

Comments
 (0)