We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cff9d1 commit 4c4b42aCopy full SHA for 4c4b42a
build/common.props
@@ -4,7 +4,7 @@
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<LangVersion>latest</LangVersion>
6
<MajorVersion>3</MajorVersion>
7
- <MinorVersion>24</MinorVersion>
+ <MinorVersion>25</MinorVersion>
8
<PatchVersion>0</PatchVersion>
9
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
10
<Version Condition=" '$(BuildNumber)' != '' ">$(VersionPrefix)-$(BuildNumber)</Version>
0 commit comments