Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Updating SHVDN
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Oct 3, 2018
1 parent 892887d commit 64cfa89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MenuExample.csproj
Expand Up @@ -31,8 +31,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="ScriptHookVDotNet2, Version=2.10.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ScriptHookVDotNet2.2.10.5\lib\net452\ScriptHookVDotNet2.dll</HintPath>
<Reference Include="ScriptHookVDotNet2, Version=2.10.6.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ScriptHookVDotNet2.2.10.7\lib\net452\ScriptHookVDotNet2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions NativeUI.csproj
Expand Up @@ -32,8 +32,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="ScriptHookVDotNet2, Version=2.10.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ScriptHookVDotNet2.2.10.5\lib\net452\ScriptHookVDotNet2.dll</HintPath>
<Reference Include="ScriptHookVDotNet2, Version=2.10.6.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ScriptHookVDotNet2.2.10.7\lib\net452\ScriptHookVDotNet2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ScriptHookVDotNet2" version="2.10.5" targetFramework="net452" />
<package id="ScriptHookVDotNet2" version="2.10.7" targetFramework="net452" />
</packages>

0 comments on commit 64cfa89

Please sign in to comment.