From 4a9adcb53352cd7b866ac0bf3d5c59a84e4ebcb8 Mon Sep 17 00:00:00 2001 From: Saad Date: Fri, 25 Dec 2020 17:27:13 -0500 Subject: [PATCH] update upgrade to .net 5.0 --- .gitignore | 37 ++++++++++++++++++++++++++++++++ PureMVC/PureMVC.csproj | 9 ++++---- PureMVCTests/PureMVCTests.csproj | 4 ++-- 3 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0626272 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +*.swp +*.*~ +project.lock.json +.DS_Store +*.pyc +nupkg/ + +# Visual Studio Code +.vscode + +# Rider +.idea + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ \ No newline at end of file diff --git a/PureMVC/PureMVC.csproj b/PureMVC/PureMVC.csproj index 79ee948..0bcef83 100644 --- a/PureMVC/PureMVC.csproj +++ b/PureMVC/PureMVC.csproj @@ -1,9 +1,9 @@  - netcoreapp3.0 + net5.0 PureMVC - 4.1.0 + 4.2.0 PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. Copyright © 2020 Saad Shams, Futurescale, Inc. Creative Commons Attribution 3.0 @@ -15,11 +15,10 @@ Saad Shams Futurescale, Inc. PureMVC Standard MVC - 4.1.0.0 - 4.1.0.0 + 4.2.0.0 + 4.2.0.0 en-US True - 8 \ No newline at end of file diff --git a/PureMVCTests/PureMVCTests.csproj b/PureMVCTests/PureMVCTests.csproj index 1ef79ce..d4d0fcc 100644 --- a/PureMVCTests/PureMVCTests.csproj +++ b/PureMVCTests/PureMVCTests.csproj @@ -1,13 +1,13 @@  - netcoreapp3.0 + net5.0 false - +