Skip to content

Commit ec4bd08

Browse files
authored
Update build/common.targets
1 parent d48fe78 commit ec4bd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0">
33

44
<!-- Set AssemblyVersion in targets as it is TFM dependent. -->
5-
<PropertyGroup Condition="'$(AssemblyVersion)' == '' and '$(SemanticVersion)' != ''">
5+
<PropertyGroup Condition="'$(AssemblyVersion)' == ''">
66
<AssemblyVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">$(SemanticVersion).$(PreReleaseVersion)</AssemblyVersion>
77
<AssemblyVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">$(SemanticVersion).0</AssemblyVersion>
88
</PropertyGroup>

0 commit comments

Comments
 (0)