Update ReactSpa template to RC2

This commit is contained in:
SteveSandersonMS
2016-04-08 12:03:05 +01:00
parent 5cbc5f438b
commit 280979c708
5 changed files with 47 additions and 54 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
{