Skip to content

Commit

Permalink
REVERT: Add RoboSharp.dll dependencies to quickly get Github Actions …
Browse files Browse the repository at this point in the history
…to work.
  • Loading branch information
Michael Mell committed Mar 6, 2024
1 parent c114ac2 commit ec9cc64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ATxService/ATxService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
<HintPath>..\packages\NLog.4.3.11\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RoboSharp">
<HintPath>..\..\robosharp\RoboSharp\bin\Release\RoboSharp.dll</HintPath>
<Reference Include="RoboSharp, Version=1.1.2.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Binaries\RoboSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
Binary file added Binaries/RoboSharp.dll
Binary file not shown.
Binary file added Binaries/RoboSharp.pdb
Binary file not shown.

0 comments on commit ec9cc64

Please sign in to comment.