Skip to content

Commit 9f58e7d

Browse files
committed
Remove old net versions support
1 parent 8604a0e commit 9f58e7d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

src/Connection.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
using Oxide.Core.Plugins;
22
using System.Data.SQLite;
3-
#if NET35
4-
using System.Security.Permissions;
5-
#endif
63

74
namespace 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; }

src/Oxide.SQLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

0 commit comments

Comments
 (0)