Skip to content

Commit

Permalink
Remove pinned versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Mar 18, 2024
1 parent 668385d commit 0f05e1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
<PackageReference Include="Markdig" Version="0.36.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.*" />
<PackageReference Include="Markdig" Version="0.36.*" />
</ItemGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
Expand Down

0 comments on commit 0f05e1e

Please sign in to comment.