Skip to content

Commit

Permalink
Add .NET 8 Minimal API test app
Browse files Browse the repository at this point in the history
Add WeatherForecast .NET 8 Minimal API test application.
Resolves domaindrivendev#2791.
  • Loading branch information
martincostello committed Apr 23, 2024
1 parent f0fab28 commit 7b3ef3d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<ProjectReference Include="..\WebSites\WebApi\WebApi.csproj" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
<ProjectReference Include="..\WebSites\WebApi\WebApi.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" />
Expand Down

0 comments on commit 7b3ef3d

Please sign in to comment.