Skip to content

Commit

Permalink
-Update Nuget to v16, -update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiwoknats committed Feb 5, 2024
1 parent ad76b74 commit bc8bf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AltV.Atlas.Commands.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>1.2.0</Version>
<Version>2.0.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Commands.git</RepositoryUrl>
Expand All @@ -15,7 +15,7 @@

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="AltV.Net.Async" Version="15.0.6" />
<PackageReference Include="AltV.Net.Async" Version="16.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit bc8bf39

Please sign in to comment.