Skip to content

Commit 49197f6

Browse files
committed
Use 1.0 as minimum version for MinVer
1 parent d1ba64b commit 49197f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Formatting.Log4Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup Label="Versioning">
31-
<MinVerMinimumMajorMinor>0.9</MinVerMinimumMajorMinor>
31+
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
3232
</PropertyGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)