Skip to content

Commit

Permalink
attempt at #615
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Dec 13, 2024
1 parent 58b4554 commit e81198c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Xamarin.Legacy.Sdk">
<PropertyGroup>
<TargetFrameworks>$(tfm_net6_android);$(tfm_classic_android)</TargetFrameworks>
<TargetFrameworks>$(tfm_net6_android);$(tfm_classic_android);netstandard2.0</TargetFrameworks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\sn\SQLitePCLRaw.lib.e_sqlite3.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit e81198c

Please sign in to comment.