Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit e1c6f07

Browse files
committed
build: Fix the version of the nuget for .NET5
1 parent e42ded6 commit e1c6f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/PowerUtils.AspNetCore.ErrorHandler.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.10" />
4646
</ItemGroup>
4747
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
48-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[6.0.10]" />
48+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[5.0.17]" />
4949
</ItemGroup>
5050

5151

0 commit comments

Comments
 (0)