Skip to content

Commit 3a8a97c

Browse files
committed
Fix sc version in targets
1 parent 4e8d898 commit 3a8a97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommonSettings.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<Choose>
3-
<When Condition="'$(Configuration)|$(Platform)' == 'sc101|AnyCPU' Or '$(ScVersion)' == '10.1' Or '$(ScVersion)' == '' or
3+
<When Condition="'$(Configuration)|$(Platform)' == 'sc101|AnyCPU' Or '$(ScVersion)' == '10.1.0' Or '$(ScVersion)' == '' or
44
'$(ScVersion)' == '*undefined*'">
55
<PropertyGroup>
66
<IncludeContentExtractionDll>true</IncludeContentExtractionDll>

0 commit comments

Comments
 (0)