diff --git a/Dalamud.sln b/Dalamud.sln index de91e7ceb..ee3c75b25 100644 --- a/Dalamud.sln +++ b/Dalamud.sln @@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig .gitignore = .gitignore tools\BannedSymbols.txt = tools\BannedSymbols.txt + targets\Dalamud.Plugin.Bootstrap.targets = targets\Dalamud.Plugin.Bootstrap.targets + targets\Dalamud.Plugin.targets = targets\Dalamud.Plugin.targets tools\dalamud.ruleset = tools\dalamud.ruleset Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props diff --git a/Directory.Build.props b/Directory.Build.props index 8a8df22d7..3897256bf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,9 +5,7 @@ net10.0-windows x64 x64 - - - preview + 14.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index 06338efac..ec2e7e276 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -33,8 +33,7 @@ - - + diff --git a/lib/Lumina.Excel b/lib/Lumina.Excel index 8345e7312..1420d8a4a 160000 --- a/lib/Lumina.Excel +++ b/lib/Lumina.Excel @@ -1 +1 @@ -Subproject commit 8345e7312761187732c591f157470fdafb780fb4 +Subproject commit 1420d8a4abdc61e50808152e00217e3119ca2914