File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using Oxide . Core . Plugins ;
22using System . Data . SQLite ;
3- #if NET35
4- using System . Security . Permissions ;
5- #endif
63
74namespace Oxide . Ext . SQLite
85{
9- #if NET35
10- [ ReflectionPermission ( SecurityAction . Deny , Flags = ReflectionPermissionFlag . AllFlags ) ]
11- #endif
12-
136 public sealed class Connection
147 {
158 internal string ConnectionString { get ; set ; }
Original file line number Diff line number Diff line change 1212 <PackageIconUrl >icon.png</PackageIconUrl >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
15- <TargetFrameworks >net35;net40;net45;net46; net48;netstandard2.0;netstandard2.1</TargetFrameworks >
15+ <TargetFrameworks >net48;netstandard2.0;netstandard2.1</TargetFrameworks >
1616 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
1717 <NoWarn >NU1701</NoWarn >
1818 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments