Skip to content

Commit

Permalink
Switch to wildcard for minor version of package references
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Nov 25, 2024
1 parent 515bebd commit 2989ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/genhttp/web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GenHTTP.Core.Kestrel" Version="9.1.0" />
<PackageReference Include="GenHTTP.Modules.Functional" Version="9.1.0" />
<PackageReference Include="GenHTTP.Core.Kestrel" Version="9.1.*" />
<PackageReference Include="GenHTTP.Modules.Functional" Version="9.1.*" />
</ItemGroup>

</Project>

0 comments on commit 2989ecf

Please sign in to comment.