FsXaml seems to be available only for projects targeting at least .NET 4.5.
It there a way to use it while targeting .NET 4.0?
If so how can I achieve this?
.NET 4.0 is not supported by FsXaml. Given that .NET 4.0 is no longer supported by Microsoft, I did not feel the need to try to support FsXaml in that version of the framework.
It there a way to use it while targeting .NET 4.0?
If so how can I achieve this?
It may be possible to rebuild this and target .NET 4.0. However, this will likely require modification of project files, and elimination of newer F# features that are used in the library. However, the source code is available, so you are more than welcome to attempt a port to target .NET 4 if you so choose.
.NET 4.0 is not supported by FsXaml. Given that .NET 4.0 is no longer supported by Microsoft, I did not feel the need to try to support FsXaml in that version of the framework.
It may be possible to rebuild this and target .NET 4.0. However, this will likely require modification of project files, and elimination of newer F# features that are used in the library. However, the source code is available, so you are more than welcome to attempt a port to target .NET 4 if you so choose.