Skip to content

Commit eb5f8d9

Browse files
fix: enable implicit usings in csproj for WebApplication
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 46b88a5 commit eb5f8d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ApmDemoApp003.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4+
<ImplicitUsings>enable</ImplicitUsings>
45
</PropertyGroup>
56
</Project>

0 commit comments

Comments
 (0)