Skip to content

Commit eee7b62

Browse files
Fix
1 parent 9985e88 commit eee7b62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tracer/test/test-applications/security/Samples.Security.AspNetCore5/Samples.Security.AspNetCore5.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<PropertyGroup>
44
<RequiresDockerDependency>Mixed</RequiresDockerDependency>
55
<TargetFrameworks>netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
6-
<PropertyGroup Condition="'$(IsAlpine)' == 'true'">
7-
<RuntimeIdentifiers>linux-musl-x64</RuntimeIdentifiers>
8-
</PropertyGroup>
96
<NoWarn>$(NoWarn);NU1605</NoWarn>
107
</PropertyGroup>
118

9+
<PropertyGroup Condition="'$(IsAlpine)' == 'true'">
10+
<RuntimeIdentifiers>linux-musl-x64</RuntimeIdentifiers>
11+
</PropertyGroup>
12+
1213
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
1314
<DebugType>None</DebugType>
1415
<DebugSymbols>false</DebugSymbols>

0 commit comments

Comments
 (0)