Skip to content

Commit

Permalink
add nuget instead of reference proj
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 19, 2023
1 parent 5f0cb11 commit d3e861b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions src/AltV.Atlas.Peds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="AltV.Net.Async" Version="15.0.5"/>
<None Include="../README.md" Pack="true" PackagePath="\" />
<PackageReference Include="AltV.Atlas.Peds.Shared" Version="1.0.0" />
<PackageReference Include="AltV.Atlas.Shared" Version="1.0.0" />
<PackageReference Include="AltV.Net.Async" Version="15.0.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\AltV.Atlas.Utilities\AltV.Atlas.Utilities.csproj" />
<ProjectReference Include="..\..\AltV.Atlas.Peds.Shared\AltV.Atlas.Peds.Shared.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Base/AtlasPed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
using AltV.Atlas.Peds.Shared;
using AltV.Atlas.Peds.Shared.Interfaces;
using AltV.Atlas.Peds.Shared.PedTasks;
using AltV.Atlas.Utilities;
using AltV.Atlas.Utilities.Converters;
using AltV.Atlas.Shared;
using AltV.Atlas.Shared.Converters;
using AltV.Net;
using AltV.Net.Async.Elements.Entities;
using AltV.Net.Data;
Expand Down

0 comments on commit d3e861b

Please sign in to comment.