Skip to content

Commit

Permalink
Update AltV.Atlas.Peds.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Dec 3, 2023
1 parent 6c5aa3b commit 09ed7de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AltV.Atlas.Peds.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.4.0</Version>
<Version>2.5.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Peds.git</RepositoryUrl>
Expand All @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="AltV.Atlas.Peds.Shared" Version="1.4.0" />
<PackageReference Include="AltV.Atlas.Shared" Version="2.1.0" />
<PackageReference Include="AltV.Atlas.Peds.Shared" Version="1.5.0" />
<PackageReference Include="AltV.Atlas.Shared" Version="2.2.0" />
</ItemGroup>

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

0 comments on commit 09ed7de

Please sign in to comment.