mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14: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.
|
// SOFTWARE.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
#if NET45
|
||||||
|
using System.Runtime.Serialization;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Claunia.PropertyList
|
namespace Claunia.PropertyList
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user