Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 10, 2024
1 parent 6fe4db8 commit 4e4c665
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AltV.Atlas.Vehicles.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Vehicles.Client.git</RepositoryUrl>
Expand All @@ -17,12 +17,12 @@

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="AltV.Net.Client.Async" Version="16.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="AltV.Net.Client.Async" Version="16.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
</ItemGroup>

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

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 4e4c665

Please sign in to comment.