NakedObjects.Mvc-Assemblies by Naked Objects Group Ltd

<PackageReference Include="NakedObjects.Mvc-Assemblies" Version="5.7.0" />

 NakedObjects.Mvc-Assemblies 5.7.0

This is the package used to upgrade an existing NakedObjects.Mvc project. It updates the assemblies, and adds a .zip of other files that might need to be merged with your own changes. (If you are starting from scratch, install NakedObjects.Mvc-FreshInstall)

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>NakedObjects.Mvc-Assemblies</id>
    <version>5.7.0</version>
    <authors>Naked Objects Group Ltd</authors>
    <owners>Naked Objects Group Ltd</owners>
    <licenseUrl>http://www.opensource.org/licenses/ms-pl</licenseUrl>
    <projectUrl>http://nakedobjects.codeplex.com/</projectUrl>
    <iconUrl>http://www.nakedobjects.net/images/nakedobjects.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is the package used to upgrade an existing NakedObjects.Mvc project. It updates the assemblies, and adds a .zip of other files that might need to be merged with your own changes. (If you are starting from scratch, install NakedObjects.Mvc-FreshInstall)</description>
    <tags>naked objects mvc</tags>
    <dependencies>
      <dependency id="NakedObjects.Framework" version="5.7.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Web.Mvc" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>