mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 11:04:26 +00:00
Merge pull request #52 from quamotion/fixes/net45
Add missing using statement for net45
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
// SOFTWARE.
|
||||
|
||||
using System;
|
||||
#if NET45
|
||||
using System.Runtime.Serialization;
|
||||
#endif
|
||||
|
||||
namespace Claunia.PropertyList
|
||||
{
|
||||
@@ -64,6 +67,6 @@ namespace Claunia.PropertyList
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user