Skip to content

Commit 1cf7803

Browse files
update project with ImplicitUsings (#24268)
1 parent 52bfbd4 commit 1cf7803

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

aspnetcore/fundamentals/configuration/index/samples/6.x/ConfigSample/ConfigSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
67
</PropertyGroup>
78

89
</Project>

aspnetcore/fundamentals/configuration/index/samples/6.x/ConfigSample/Pages/Test22.cshtml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using ConfigSample.Options;
22
using Microsoft.AspNetCore.Mvc;
33
using Microsoft.AspNetCore.Mvc.RazorPages;
4-
using System.Diagnostics;
54

65
namespace ConfigSample.Pages
76
{

0 commit comments

Comments
 (0)