Skip to content

Commit d731e54

Browse files
committed
update dalamud packager
1 parent 7132ccf commit d731e54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PositionalGuide/dalamud.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Import Project="framework.props" />
1616

1717
<ItemGroup>
18-
<PackageReference Include="DalamudPackager" Version="2.1.13" />
18+
<PackageReference Include="DalamudPackager" Version="11.0.0" />
1919
<Reference Include="Newtonsoft.Json">
2020
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
2121
<Private>False</Private>

PositionalGuide/framework.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<TargetFramework Condition=" '$(TargetFramework)' == '' ">net7</TargetFramework>
9090
<AssemblyVersion Condition=" '$(AssemblyVersion)' == '' ">$(Version)</AssemblyVersion>
9191
<AssemblyFileVersion Condition=" '$(AssemblyFileVersion)' == '' ">$(AssemblyVersion)</AssemblyFileVersion>
92+
<PathMap>$(SolutionDir)=./</PathMap>
9293
</PropertyGroup>
9394

9495
<Choose>

0 commit comments

Comments
 (0)