Skip to content

Commit

Permalink
Bump target framework to net8.0
Browse files Browse the repository at this point in the history
The dotnet-core/aspnet fails with recent Paketo Buildpacks Jammy Builder, due to
the fact that the version 6 runtime is no longer supported.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Dec 9, 2024
1 parent 314b7d2 commit b7395c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-core/aspnet/aspnet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit b7395c9

Please sign in to comment.