Upgrade from .NET 4.0 to .NET 4.5

This commit is contained in:
2015-07-15 23:24:57 -04:00
parent 26cd50a705
commit 8eeb2f352e
10 changed files with 87 additions and 66 deletions
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
using Compare = System.ComponentModel.DataAnnotations.CompareAttribute;
namespace MileageTraker.Web.ViewModels.User
{