Browse Source

Fix version format in common.props

pull/24944/head
selman koc 1 month ago
committed by GitHub
parent
commit
dfcb935644
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      common.props

2
common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>10.3.0-preview-</Version>
<Version>10.3.0-preview</Version>
<LeptonXVersion>5.3.0-preview</LeptonXVersion>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>

Loading…
Cancel
Save