Skip to content

Commit 59ac2ba

Browse files
Copilotcsharpfritz
andcommitted
Update target framework to .NET 9.0 as requested
Co-authored-by: csharpfritz <[email protected]>
1 parent 5a59b18 commit 59ac2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup> <ItemGroup>

0 commit comments

Comments
 (0)