Skip to content

Commit 2db55d1

Browse files
revert Nullable & ImplicitUsings
1 parent 4eb24c0 commit 2db55d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ASP.NET Core/ASP.NET Core.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<ImplicitUsings>enable</ImplicitUsings>
75
</PropertyGroup>
86

97
<Target Name="DebugEnsureNodeEnv" BeforeTargets="BeforeBuild" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">

0 commit comments

Comments
 (0)