Skip to content

Commit 71ca622

Browse files
authored
[TestApp.AspNetCore] Replace .NET 6 target with .NET 8 (open-telemetry#2184)
1 parent fc5cd8f commit 71ca622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestApp.AspNetCore/TestApp.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFrameworks>$(SupportedNetTargets)</TargetFrameworks>
4+
<TargetFrameworks>$(SupportedNetTargetsWithoutNet6)</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)