T4Immutable icon indicating copy to clipboard operation
T4Immutable copied to clipboard

Added additional target framework of .Net Framework 4.5.

Open rossknudsen opened this issue 7 years ago • 0 comments

Hi @xaviergonz,

Here is a simple PR with a couple of changes that I made. I wanted to use your project in a Unity3D application which currently requires the full .Net Framework (experimental support for 4.5). So I've added the target to the project definition.

I also changed the configuration so that the Nuget package should be correctly built from within Visual Studio 2017 (or presumably MSBuild on the command line). If you have access to this version of Visual Studio, you may consider removing the packaging script and nuspec file, as they are no longer required.

Let me know what you think.

  • Added additional target framework of .Net Framework 4.5.
  • Added configuration to allow VS2017 to build Nuget package from the .csproj definition.

rossknudsen avatar Nov 16 '17 08:11 rossknudsen