Skip to content

Commit

Permalink
update dalamud packager
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Dec 9, 2024
1 parent 7132ccf commit d731e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PositionalGuide/dalamud.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Import Project="framework.props" />

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="DalamudPackager" Version="11.0.0" />
<Reference Include="Newtonsoft.Json">
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
Expand Down
1 change: 1 addition & 0 deletions PositionalGuide/framework.props
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<TargetFramework Condition=" '$(TargetFramework)' == '' ">net7</TargetFramework>
<AssemblyVersion Condition=" '$(AssemblyVersion)' == '' ">$(Version)</AssemblyVersion>
<AssemblyFileVersion Condition=" '$(AssemblyFileVersion)' == '' ">$(AssemblyVersion)</AssemblyFileVersion>
<PathMap>$(SolutionDir)=./</PathMap>
</PropertyGroup>

<Choose>
Expand Down

0 comments on commit d731e54

Please sign in to comment.