Skip to content

Commit

Permalink
Update build props
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBZA committed Aug 6, 2024
1 parent ff6fce3 commit 0b12263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Custom.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<MinVerMinimumMajorMinor>9.0</MinVerMinimumMajorMinor>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
<MinVerMinimumMajorMinor>9.1</MinVerMinimumMajorMinor>
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
</PropertyGroup>

</Project>

0 comments on commit 0b12263

Please sign in to comment.