
* Catalog.xml: tests input with multiple values * FileSystemController.cs: Xml catalog path is now specified ala ~/ * WorkFlowController.cs: Gives the response a message * SimpleFormatter.cs: * FrontOfficeApiController.cs: document formatting * Global.asax.cs: due to refactoring * SimpleJsonPostMethod.cs: (code formatting) * Web.config: due to refactoring * Web.config: - document formatting - PayPal configuration * Web.csproj: references the PayPalCoreSdk.1.6.0 * packages.config: using the .Net 4.5.1 plateform
8 lines
429 B
XML
8 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="jQuery" version="2.1.3" targetFramework="net45" />
|
|
<package id="jquery-globalize" version="0.1.3" targetFramework="net45" />
|
|
<package id="log4net" version="2.0.3" targetFramework="net40" />
|
|
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45" />
|
|
<package id="PayPalCoreSDK" version="1.6.0" targetFramework="net451" />
|
|
</packages> |