fix: add ImplicitUsings to csproj

This commit is contained in:
2026-02-06 10:01:43 +00:00
parent 49cef7098c
commit 7f64431c95

View File

@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk=Microsoft.NET.Sdk.Web>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>