We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb593c + 940d7dd commit 53adb04Copy full SHA for 53adb04
Directory.Build.props
@@ -4,7 +4,7 @@
4
<TargetFrameworks Condition="'$(_IsPacking)'=='true'">net6.0</TargetFrameworks>
5
<TargetFramework Condition="'$(_IsPacking)'!='true'">net6.0</TargetFramework>
6
<LangVersion>10</LangVersion>
7
- <VersionPrefix>5.5.2</VersionPrefix>
+ <VersionPrefix>5.5.3</VersionPrefix>
8
<!-- Note: don't be confused by the word "prefix" here. It's merely a
9
version without suffix like "-dev.123". See the following examples:
10
Version: 1.2.3-dev.456
0 commit comments