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 System . Data . Common ;
2- #if NET35
3- using System . Security . Permissions ;
4- #endif
52using Oxide . Core . Plugins ;
63
74namespace Oxide . Core . Database
85{
9- #if NET35
10- [ ReflectionPermission ( SecurityAction . Deny , Flags = ReflectionPermissionFlag . AllFlags ) ]
11- #endif
12-
136 public sealed class Connection
147 {
158 public 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 >net45;net46; net48;netstandard2.0;netstandard2.1</TargetFrameworks >
15+ <TargetFrameworks >net48;netstandard2.0;netstandard2.1</TargetFrameworks >
1616 <LangVersion >Latest</LangVersion >
1717 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
1818 <NoWarn >NU1701</NoWarn >
You can’t perform that action at this time.
0 commit comments