Skip to content

Commit b210e29

Browse files
committed
Update CFX API version.
1 parent c9d855b commit b210e29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MenuAPI/MenuAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555
<ItemGroup>
5656
<PackageReference Include="CitizenFX.Core.Client">
57-
<Version>1.0.1626</Version>
57+
<Version>1.0.1636</Version>
5858
<ExcludeAssets>runtime</ExcludeAssets>
5959
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6060
</PackageReference>

TestMenu/TestMenu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</ItemGroup>
4949
<ItemGroup>
5050
<PackageReference Include="CitizenFX.Core.Client">
51-
<Version>1.0.1626</Version>
51+
<Version>1.0.1636</Version>
5252
<ExcludeAssets>runtime</ExcludeAssets>
5353
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>

0 commit comments

Comments
 (0)