We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f7a59 commit c2fd93aCopy full SHA for c2fd93a
1 file changed
test/PackScan.Analyzer.Test/PackScan.Analyzer.Test.csproj
@@ -6,7 +6,8 @@
6
7
<!-- Test project properties -->
8
<PropertyGroup>
9
- <TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
10
+ <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
11
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
12
<IsTestProject>true</IsTestProject>
13
<IsPackable>false</IsPackable>
0 commit comments