Skip to content

Commit

Permalink
update nuggets
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 12, 2024
1 parent 45517a1 commit bd4f0b1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions AltV.Atlas.Vehicles.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Vehicles.git</RepositoryUrl>
Expand All @@ -17,18 +17,19 @@

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="AltV.Net" Version="16.4.0" />
<PackageReference Include="AltV.Net.Async" Version="16.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="AltV.Atlas.Shared" Version="3.1.0" />
<ItemGroup Condition="'$(Configuration)' != 'Debug' ">
<PackageReference Include="AltV.Atlas.Shared" Version="3.2.0" />
<PackageReference Include="AltV.Atlas.Vehicles.Shared" Version="1.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<ProjectReference Include="..\..\AltV.Atlas.Shared\AltV.Atlas.Shared.csproj" />
<ProjectReference Include="..\AltV.Atlas.Vehicles.Shared\AltV.Atlas.Vehicles.Shared.csproj" />
<ItemGroup Condition="'$(Configuration)' == 'Debug' ">
<ProjectReference Include="..\..\AltV.Atlas.Shared\AltV.Atlas.Shared.csproj" />
<ProjectReference Include="..\AltV.Atlas.Vehicles.Shared\AltV.Atlas.Vehicles.Shared.csproj" />
</ItemGroup>
</Project>

0 comments on commit bd4f0b1

Please sign in to comment.