File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
tracer/test/test-applications/security/Samples.Security.AspNetCore5 Expand file tree Collapse file tree 1 file changed +3
-10
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 >
6
9
<NoWarn >$(NoWarn);NU1605</NoWarn >
7
- <RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-musl-x64;osx-x64;linux-arm64;linux-musl-arm64</RuntimeIdentifiers >
8
10
</PropertyGroup >
9
11
10
12
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
130
132
<PackageReference Include =" System.DirectoryServices" Version =" 6.0.0" />
131
133
<PackageReference Include =" System.DirectoryServices.Protocols" Version =" 6.0.0" />
132
134
<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" />
142
135
</ItemGroup >
143
136
</Project >
You can’t perform that action at this time.
0 commit comments