We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a23b commit 5d9f5e4Copy full SHA for 5d9f5e4
1 file changed
build/common.project.props
@@ -142,8 +142,6 @@
142
</PropertyGroup>
143
144
<PropertyGroup>
145
- <AssemblyVersion>$(SemanticVersion).$(PreReleaseVersion)</AssemblyVersion>
146
- <AssemblyVersion Condition="'$(TargetFramework)' == '$(NETCoreTargetFramework)'">$(SemanticVersion).0</AssemblyVersion>
147
<FileVersion>$(SemanticVersion).$(PreReleaseVersion)</FileVersion>
148
<InformationalVersion Condition="'$(BUILD_SOURCEVERSION)' == ''">$(SemanticVersion)$(PreReleaseInformationVersion)</InformationalVersion>
149
<InformationalVersion Condition="'$(BUILD_SOURCEVERSION)' != ''">$(SemanticVersion)$(PreReleaseInformationVersion)+$(BUILD_SOURCEVERSION)</InformationalVersion>
0 commit comments