Skip to content

Commit

Permalink
chore: update for api7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Aug 23, 2022
1 parent 70b6f95 commit 8c08b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AutoSweep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Title>autoSweep</Title>
<Authors>zhudotexe</Authors>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<LangVersion>9</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Deterministic>true</Deterministic>
Expand Down Expand Up @@ -64,10 +64,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.6" />
<PackageReference Include="DalamudPackager" Version="2.1.8" />
<PackageReference Include="DebounceThrottle" Version="1.0.0" />
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="JWT" Version="8.9.0" />
<PackageReference Include="JWT" Version="9.0.3" />
<PackageReference Include="WebSocketSharp.Standard" Version="1.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion autoSweep.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
],
"IconUrl": "https://raw.githubusercontent.com/zhudotexe/FFXIV_PaissaHouse/main/images/icon.png",
"Punchline": "Crowdsourced housing alerts and lottery tracking for all.",
"DalamudApiLevel": 6
"DalamudApiLevel": 7
}

0 comments on commit 8c08b5a

Please sign in to comment.