Skip to content

Commit 5988e73

Browse files
author
Eric Fortmeyer
committed
build: update dependencies
1 parent 00569e5 commit 5988e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/HODI/HODI.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
42+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.*" />
4343
</ItemGroup>
4444

4545
</Project>

tests/HODI.Tests/HODI.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
16+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.*" />
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.*" />
1818
<PackageReference Include="NSubstitute" Version="*" />
1919
<PackageReference Include="NUnit" Version="*" />

0 commit comments

Comments
 (0)