Skip to content

Commit

Permalink
Set MinVer properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti committed Oct 21, 2024
1 parent 013fb3a commit 481c781
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<None Include="..\..\assets\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>3.1</MinVerMinimumMajorMinor>
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="[9.2.2, 10.0.0)" />
<PackageReference Include="Polly" Version="[8.4.1, 9.0.0)" />
Expand Down

0 comments on commit 481c781

Please sign in to comment.