Skip to content

Commit a631d03

Browse files
committed
for the assembly in SQLitePCLRaw.lib.e_sqlite3.ios, add the multi-target back for net6-ios, temporarily, even though we don't want that, because its absence breaks the package dependencies for the bundle, which uses dotnet pack instead of nuspec. #539
1 parent 18df3d4 commit a631d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Xamarin.Legacy.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>$(tfm_classic_ios)</TargetFrameworks>
3+
<TargetFrameworks>$(tfm_net6_ios);$(tfm_classic_ios)</TargetFrameworks>
44
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>..\..\sn\SQLitePCLRaw.lib.e_sqlite3.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)