From 8b85ac4315cef9f500d784e4d41c98fc36aa0ab0 Mon Sep 17 00:00:00 2001 From: Eric Vasquez Date: Tue, 8 Oct 2024 13:47:38 -0500 Subject: [PATCH] Updated .net80 and famework to 4.8 - Added in .gitignore to ignore the .vs folders in ALL subfolders - Upgraded from 4.6.2 to 4.8 framework for .NET Core - Upgraded from netfamework31 to net80 for .net 8.0 and Framework 4.8 - Changed the EXE File name from EVE-O Preview.exe to EVE-O-Preview.exe --- .gitignore | 1 + build/Build.csproj | 6 +++--- src/Eve-O-Preview/Eve-O-Preview.csproj | 29 +++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6358574..69e168f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ src/.vs/ *.user *.DotSettings build/Fody* +*.vs/ diff --git a/build/Build.csproj b/build/Build.csproj index 9149f8d..2672b77 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net8.0 true @@ -25,8 +25,8 @@ - - + + diff --git a/src/Eve-O-Preview/Eve-O-Preview.csproj b/src/Eve-O-Preview/Eve-O-Preview.csproj index 40e61b1..fa051a9 100644 --- a/src/Eve-O-Preview/Eve-O-Preview.csproj +++ b/src/Eve-O-Preview/Eve-O-Preview.csproj @@ -9,11 +9,26 @@ WinExe Properties EveOPreview - EVE-O Preview + EVE-O-Preview v4.6.2 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -248,6 +263,18 @@ 4.5.0 + + + False + Microsoft .NET Framework 4.6.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + +