Skip to content

Commit 1f3cd85

Browse files
committed
SDK: update the property name for override
1 parent ad829e7 commit 1f3cd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cesium.Sdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SPDX-License-Identifier: MIT
2222
<SkipCesiumCompilerInstallation Condition="$(SkipCesiumCompilerInstallation) == ''">false</SkipCesiumCompilerInstallation>
2323
<SkipCesiumRuntimeInstallation Condition="$(SkipCesiumRuntimeInstallation) == ''">false</SkipCesiumRuntimeInstallation>
2424
<CesiumCompilerPackageName Condition="$(CesiumCompilerPackageName) == ''">Cesium.Compiler.Bundle</CesiumCompilerPackageName>
25-
<CesiumCompilerPackageVersion Condition="$(CesiumCompilerPackageVersionPrefix) == ''">0.2.0</CesiumCompilerPackageVersion>
25+
<CesiumCompilerPackageVersion Condition="$(CesiumCompilerPackageVersion) == ''">0.2.0</CesiumCompilerPackageVersion>
2626
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)