Skip to content

Commit

Permalink
Merge pull request #95 from haacked/haacked/net-8
Browse files Browse the repository at this point in the history
Update project to net8.0
  • Loading branch information
haacked authored Jan 5, 2024
2 parents 692acb5 + bf0a4f1 commit 45565be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoWeb.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web" InitialTargets="CopyFiles">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 45565be

Please sign in to comment.