From d14f1f9ec0f8362ebd00d7242331024f7bf7c0d2 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 9 Sep 2022 13:42:45 +0100 Subject: [PATCH] Upgrade to .net-6 --- VideoPreview.csproj | 4 ++-- build.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VideoPreview.csproj b/VideoPreview.csproj index 04f8017..123c1e4 100644 --- a/VideoPreview.csproj +++ b/VideoPreview.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows8.0 true videopreview Ray Lam @@ -11,7 +11,7 @@ Ray Lam favicon.ico true - 0.1.2.041 + 0.1.3.010 diff --git a/build.bat b/build.bat index f18db46..5e82beb 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ rmdir /s /q "bin\Release\64\" dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\" -rmdir /s /q "bin\Release\86\" -dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\" \ No newline at end of file +##rmdir /s /q "bin\Release\86\" +##dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\" \ No newline at end of file