Skip to content

Commit 9985e88

Browse files
add runtimeIdentifier
1 parent cc74ad4 commit 9985e88

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
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>
69
<NoWarn>$(NoWarn);NU1605</NoWarn>
7-
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-musl-x64;osx-x64;linux-arm64;linux-musl-arm64</RuntimeIdentifiers>
810
</PropertyGroup>
911

1012
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@@ -130,14 +132,5 @@
130132
<PackageReference Include="System.DirectoryServices" Version="6.0.0" />
131133
<PackageReference Include="System.DirectoryServices.Protocols" Version="6.0.0" />
132134
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
133-
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
134-
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
135-
<PackageReference Update="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
136-
</ItemGroup>
137-
138-
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
139-
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
140-
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
141-
<PackageReference Update="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
142135
</ItemGroup>
143136
</Project>

0 commit comments

Comments
 (0)