👍 Updated .NET to 9 and C# to 13, comments

This commit is contained in:
2025-01-14 19:50:50 +01:00
parent cb3c20bf11
commit 82923a311e
8 changed files with 2801 additions and 2258 deletions

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>DAL</RootNamespace>
<LangVersion>12</LangVersion>
<LangVersion>13</LangVersion>
</PropertyGroup>
</Project>