Skip to content

Commit

Permalink
fix: update commons and fix msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 19, 2021
1 parent 0e37ac4 commit 354bb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SillyChat/SillyChat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="DalamudPackager" Version="2.1.2" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.1.2" />
<PackageReference Include="XivCommon" Version="3.0.1" />
<PackageReference Include="XivCommon" Version="3.0.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -132,7 +132,7 @@

<Target Name="CopyToDevPlugins" AfterTargets="MergeDeps" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="if not exist $(AppData)\XIVLauncher\devPlugins\$(TargetName) (mkdir $(AppData)\XIVLauncher\devPlugins\$(TargetName))" />
<Exec Command="copy $(TargetDir)out\$(TargetFileName) $(AppData)\XIVLauncher\devPlugins\$(TargetName)\$(TargetFileName)" />
<Exec Command="copy $(TargetDir)$(TargetFileName) $(AppData)\XIVLauncher\devPlugins\$(TargetName)\$(TargetFileName)" />
<Exec Command="copy $(TargetDir)*.pdb $(AppData)\XIVLauncher\devPlugins\$(TargetName)" />
</Target>

Expand Down

0 comments on commit 354bb8a

Please sign in to comment.