Update WebApplicationBasic template to RC2

This commit is contained in:
SteveSandersonMS
2016-04-08 12:08:00 +01:00
parent 280979c708
commit 649c6079ea
4 changed files with 43 additions and 48 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
{