Skip to content

Commit

Permalink
dotnet8 simple host ch24
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Jun 15, 2024
1 parent 85b69b9 commit d497ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3_Web/ASPNETCore/SimpleHost/SimpleHost.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down

0 comments on commit d497ff3

Please sign in to comment.