Skip to content

Commit

Permalink
Bump NuGet package
Browse files Browse the repository at this point in the history
Bump Mvc.Testing for .NET 9 preview 4.
  • Loading branch information
martincostello committed May 23, 2024
1 parent 6b3407a commit d9fe1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" />
<PackageReference Update="Microsoft.AspNetCore.TestHost" VersionOverride="8.0.0" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" />
<PackageReference Update="Microsoft.AspNetCore.TestHost" VersionOverride="9.0.0-preview.3.24172.13" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" />
<PackageReference Update="Microsoft.AspNetCore.TestHost" VersionOverride="9.0.0-preview.4.24267.6" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="PublicAPI\PublicAPI.Shipped.txt" />
Expand Down

0 comments on commit d9fe1bc

Please sign in to comment.