Skip to content

Commit

Permalink
update dependencies; v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foglio1024 committed Sep 8, 2022
1 parent 1bb7d95 commit caf7c78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions PieLauncher/PieLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!--<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>-->
<DebugType>Embedded</DebugType>
<ApplicationIcon>icon.ico</ApplicationIcon>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>


Expand Down Expand Up @@ -48,11 +48,12 @@
<ItemGroup>
<PackageReference Include="gong-wpf-dragdrop" Version="3.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Nostrum" Version="2.0.6" />
<PackageReference Include="Nostrum.WPF" Version="1.2.14" />
<PackageReference Include="Nostrum" Version="2.0.9" />
<PackageReference Include="Nostrum.WPF" Version="1.2.22" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="E:\Repos\ReSource\ReSource.CLI\bin\Release\ReSource.CLI.exe &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot; &quot;$(ProjectDir)\\R.cs&quot; PieLauncher.R" />
<!--<Exec Command="E:\Repos\ReSource\ReSource.CLI\bin\Release\ReSource.CLI.exe &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot; &quot;$(ProjectDir)\\R.cs&quot; PieLauncher.R" />-->
</Target>
</Project>

0 comments on commit caf7c78

Please sign in to comment.