From 03e91b270d069b3794b1a1c30feeb8ca659f4c9b Mon Sep 17 00:00:00 2001 From: Vladyslav Taranov Date: Sat, 28 May 2016 12:32:29 +0300 Subject: [PATCH] nuspec --- Nuget/runsharp.nuspec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Nuget/runsharp.nuspec b/Nuget/runsharp.nuspec index d974256..37993a9 100644 --- a/Nuget/runsharp.nuspec +++ b/Nuget/runsharp.nuspec @@ -12,6 +12,13 @@ It's a layer above the standard .NET Reflection.Emit API, allowing to generate/compile dynamic code at runtime very quickly and efficiently (unlike using CodeDOM and invoking the C# compiler). +Platforms: + +* .NET 2.0 and higher (also IKVM version available) +* Windows Phone 8 +* Silverlight 5 +* Xamarin.Android + The IKVM version has also an ability to emit NET 2.0 and .NET 4.0 assemblies (while running on, for example, .NET 3.0). This package is a fork of TriAxis.RunSharp (the original is now abandoned).