Skip to content

Commit 703c493

Browse files
author
Justin Skiles
committed
Fixed wrong path to nuget packages.
1 parent cedca2c commit 703c493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SteamWebAPI2/SteamWebAPI2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Steam.Models, Version=2.0.0.3, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\..\..\Projects\TestSteamWebAPI2\packages\Steam.Models.2.0.0.3\lib\net46\Steam.Models.dll</HintPath>
42+
<HintPath>..\packages\Steam.Models.2.0.0.3\lib\net46\Steam.Models.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="System" />

0 commit comments

Comments
 (0)