Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 1572a6a

Browse files
committed
Disabilitati Nullable
1 parent 89827c9 commit 1572a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MudBlazor.CustomLibrary/MudBlazor.CustomLibrary.csproj

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

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

0 commit comments

Comments
 (0)