Skip to content

Commit

Permalink
[TestApp.AspNetCore] Replace .NET 6 target with .NET 8 (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Oct 7, 2024
1 parent fc5cd8f commit 71ca622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestApp.AspNetCore/TestApp.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>$(SupportedNetTargets)</TargetFrameworks>
<TargetFrameworks>$(SupportedNetTargetsWithoutNet6)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 71ca622

Please sign in to comment.