Update ReactReduxSpa template to RC2

This commit is contained in:
SteveSandersonMS
2016-04-08 11:59:14 +01:00
parent 1468db1ba6
commit 5cbc5f438b
5 changed files with 46 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNetCore.Mvc;
namespace WebApplicationBasic.Controllers
{