From 08d198ab5ce6a1d2690df6be1064aba992d27240 Mon Sep 17 00:00:00 2001 From: oorzkws <65210810+oorzkws@users.noreply.github.com> Date: Thu, 6 Apr 2023 05:57:03 -0600 Subject: [PATCH] update .gitignore, csproj Fixes the build warnings for other OS --- .gitignore | 3 ++- BigPlayerDebuffs.csproj | 2 +- packages.lock.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ace3a58..10292e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ packages/ bin/ obj/ Publish/ -Publish \ No newline at end of file +Publish +*.user diff --git a/BigPlayerDebuffs.csproj b/BigPlayerDebuffs.csproj index d03dabf..9531df5 100644 --- a/BigPlayerDebuffs.csproj +++ b/BigPlayerDebuffs.csproj @@ -10,7 +10,7 @@ - net7.0 + net7.0-windows x64 enable latest diff --git a/packages.lock.json b/packages.lock.json index ce366a3..2426061 100644 --- a/packages.lock.json +++ b/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - "net7.0": { + "net7.0-windows7.0": { "DalamudPackager": { "type": "Direct", "requested": "[2.1.10, )",