Skip to content

Commit

Permalink
Fix .NET 9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Dec 30, 2024
1 parent b0673c8 commit c38bea5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/MinimalApiWithOakton/MinimalApiWithOakton.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="13.0.4" />
<PackageReference Include="Oakton" Version="6.1.0" />
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="14.0.1" />
<PackageReference Include="Oakton" Version="6.3.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/WebApiNet6/WebApiNet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Oakton" Version="4.7.0" />
<PackageReference Include="Oakton" Version="6.3.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/WebAppSecuredWithJwt/WebAppSecuredWithJwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

</Project>

0 comments on commit c38bea5

Please sign in to comment.