Skip to content

Commit

Permalink
Merge pull request #51 from ericfortmeyer/update-dependencies-2
Browse files Browse the repository at this point in the history
build: update dependencies
  • Loading branch information
ericfortmeyer authored Oct 26, 2022
2 parents 00569e5 + 5988e73 commit a572657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HODI/HODI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/HODI.Tests/HODI.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.*" />
<PackageReference Include="NSubstitute" Version="*" />
<PackageReference Include="NUnit" Version="*" />
Expand Down

0 comments on commit a572657

Please sign in to comment.