/stonehenge3

An open source .NET Framework to use Web UI technologies for desktop and/or web applications.

Primary LanguageJavaScriptMIT LicenseMIT

stonehenge3

An open source .NET Framework to use Web UI technologies for desktop and/or web applications.

See a (very) short getting started introduction here.

Version V3.x

This version is based on .NET Core 3.1. The basing on .NET Standard 2.0 was replaced with version 3.16 because future versions of netcore no longer supports Standard.

Used technology

Read the release history: ReleaseNotes

Still there

  • v3.6 - Aurelia client framework (deprecated, included up to v3.6 only)
  • V2.x - (deprecated) .NET Full Framework V4.6, Katana, Aurelia
  • V1.x - .NET Full Framework V4.6, ServiceStack, Knockout

SampleFull with target framework V4.7.1
The application is able to use netstandard 2.0 libraries adding the following lines to lines to the csproj file.

<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>