Skip to content

Commit

Permalink
update .gitignore, csproj
Browse files Browse the repository at this point in the history
Fixes the build warnings for other OS
  • Loading branch information
oorzkws committed Apr 6, 2023
1 parent b29da9f commit 08d198a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ packages/
bin/
obj/
Publish/
Publish
Publish
*.user
2 changes: 1 addition & 1 deletion BigPlayerDebuffs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net7.0": {
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.10, )",
Expand Down

0 comments on commit 08d198a

Please sign in to comment.