We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91ee99 commit bbfb1a6Copy full SHA for bbfb1a6
tracer/test/test-applications/security/Samples.Security.AspNetCore5/Samples.Security.AspNetCore5.csproj
@@ -4,6 +4,7 @@
4
<RequiresDockerDependency>Mixed</RequiresDockerDependency>
5
<TargetFrameworks>netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
6
<NoWarn>$(NoWarn);NU1605</NoWarn>
7
+ <RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-musl-x64;osx-x64;linux-arm64;linux-musl-arm64</RuntimeIdentifiers>
8
</PropertyGroup>
9
10
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
0 commit comments