OpenRiaServices.Server 4.4.0.1

dotnet add package OpenRiaServices.Server --version 4.4.0.1
NuGet\Install-Package OpenRiaServices.Server -Version 4.4.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenRiaServices.Server" Version="4.4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenRiaServices.Server --version 4.4.0.1
#r "nuget: OpenRiaServices.Server, 4.4.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenRiaServices.Server as a Cake Addin
#addin nuget:?package=OpenRiaServices.Server&version=4.4.0.1

// Install OpenRiaServices.Server as a Cake Tool
#tool nuget:?package=OpenRiaServices.Server&version=4.4.0.1

OpenRiaServices.Server provides the OpenRiaServices.DomainServices.Hosting and OpenRiaServices.DomainServices.Server assemblies.

     The web.config.transform adds the necessary configSections, HTTP modules, and system.serviceModel elements to make your Domain Services available at runtime.

     The package also includes a targets file and tools assembly that provides build-time validation of your DomainService classes.

     This package can be used instead of going through the Add New Domain Service wizard to prime your ASP.NET web application with the configuration necessary to utilize WCF RIA Services on the Server.

     KNOWN ISSUE
     Some users have experienced duplicate web.config entries getting created as a result of installing this package.  To resolve this issue, simply eliminate one of the duplicate entries -- they vary only by character case.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.0.1 1,146 1/9/2015
4.4.0 1,261 12/1/2014
4.4.0-Beta2 203 5/12/2014
4.4.0-Beta1 77 4/18/2014
4.3.0 751 2/5/2014

Reference to EntityFramework removed from tools dll.