Skip to content

Commit 9dcfe83

Browse files
committed
Update for 7.2
1 parent f6c8cdc commit 9dcfe83

3 files changed

Lines changed: 13 additions & 32 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.x.x'
17+
dotnet-version: '9.x.x'
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Download Dalamud

PrefPro/PrefPro.csproj

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Dalamud.NET.Sdk/12.0.2">
22
<PropertyGroup>
3-
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
4-
<PluginVersion>1.2.2.3</PluginVersion>
3+
<PluginVersion>1.2.2.4</PluginVersion>
54
</PropertyGroup>
65

76
<PropertyGroup>
8-
<TargetFramework>net8.0-windows</TargetFramework>
9-
<LangVersion>preview</LangVersion>
107
<AssemblyTitle>PrefPro</AssemblyTitle>
118
<Product>PrefPro</Product>
129
<OutputPath>bin\$(Configuration)\</OutputPath>
@@ -29,31 +26,9 @@
2926
</PropertyGroup>
3027

3128
<ItemGroup>
32-
<Reference Include="Dalamud">
33-
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
34-
<Private>False</Private>
35-
</Reference>
36-
<Reference Include="ImGui.NET">
37-
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath>
38-
<Private>False</Private>
39-
</Reference>
40-
<Reference Include="ImGuiScene">
41-
<HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath>
42-
<Private>False</Private>
43-
</Reference>
44-
<Reference Include="Newtonsoft.Json">
45-
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
46-
<Private>False</Private>
47-
</Reference>
48-
<Reference Include="FFXIVClientStructs">
49-
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
50-
<Private>False</Private>
51-
</Reference>
5229
<Reference Include="Iced">
5330
<HintPath>$(DalamudLibPath)Iced.dll</HintPath>
5431
<Private>False</Private>
5532
</Reference>
56-
57-
<PackageReference Include="DalamudPackager" Version="11.0.0" />
5833
</ItemGroup>
5934
</Project>

PrefPro/packages.lock.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net8.0-windows7.0": {
4+
"net9.0-windows7.0": {
55
"DalamudPackager": {
66
"type": "Direct",
7-
"requested": "[11.0.0, )",
8-
"resolved": "11.0.0",
9-
"contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA=="
7+
"requested": "[12.0.0, )",
8+
"resolved": "12.0.0",
9+
"contentHash": "J5TJLV3f16T/E2H2P17ClWjtfEBPpq3yxvqW46eN36JCm6wR+EaoaYkqG9Rm5sHqs3/nK/vKjWWyvEs/jhKoXw=="
10+
},
11+
"DotNet.ReproducibleBuilds": {
12+
"type": "Direct",
13+
"requested": "[1.2.25, )",
14+
"resolved": "1.2.25",
15+
"contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg=="
1016
}
1117
}
1218
}

0 commit comments

Comments
 (0)