File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tracer/test/test-applications/security/Samples.Security.AspNetCore5 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<RequiresDockerDependency >Mixed</RequiresDockerDependency >
5
5
<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 >
9
6
<NoWarn >$(NoWarn);NU1605</NoWarn >
10
7
</PropertyGroup >
11
8
9
+ <PropertyGroup Condition =" '$(IsAlpine)' == 'true'" >
10
+ <RuntimeIdentifiers >linux-musl-x64</RuntimeIdentifiers >
11
+ </PropertyGroup >
12
+
12
13
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
13
14
<DebugType >None</DebugType >
14
15
<DebugSymbols >false</DebugSymbols >
You can’t perform that action at this time.
0 commit comments