Skip to content

Commit fd74bbd

Browse files
authored
Update target framework to net8.0 in project file
1 parent e7a8fd2 commit fd74bbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

LibrarySystem.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
</Project>
11+

0 commit comments

Comments
 (0)