Skip to content

Commit

Permalink
Default Helper Functions to use the DxWorks Api Nuget Package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei2699 committed Mar 18, 2023
1 parent 49fa8ff commit ed0b78f
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\DxWorks.ScriptBee.Plugin.Api\DxWorks.ScriptBee.Plugin.Api.csproj" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="CsvHelper" Version="30.0.1"/>
<PackageReference Include="DxWorks.ScriptBee.Plugin.Api" Version="1.1.0"/>
</ItemGroup>

</Project>

0 comments on commit ed0b78f

Please sign in to comment.