Skip to content

Commit c850909

Browse files
committed
chore: disabled nullable issue
1 parent 8ea3dac commit c850909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdminHubApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Nullable>enable</Nullable>
5+
<Nullable>disable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)