Browse Source

Merge pull request #22450 from abpframework/skoc10-patch-1

Update common.props to fix typo
pull/22451/head
Volosoft Agent 1 year ago
committed by GitHub
parent
commit
e01e6430e6
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>9.2.0-preview</Version>
<Version>9.2.0-rc.1</Version>
<LeptonXVersion>4.2.0-rc.1</LeptonXVersion>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>

Loading…
Cancel
Save