Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit f82aca1

Browse files
jplafontajasonsandlin
authored andcommitted
Missed one nuget path, ignore packages in gitignore (#191)
1 parent e49d899 commit f82aca1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ ExportedObj/
2424
*.svd
2525
*.log
2626

27+
#nuget packages
28+
External/Packages/*
29+
2730
#CppSource files to ignore
2831
CppSource/External/Packages/*
2932
CppSource/Obj/

CSharpSource/Source/Microsoft.Xbox.Services.UnityEditor.CSharp/Microsoft.Xbox.Services.UnityEditor.CSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
<ItemGroup>
5555
<Reference Include="mscorlib" />
5656
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
57-
<HintPath>..\..\external\packages\Newtonsoft.Json.9.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
57+
<HintPath>..\..\..\External\packages\Newtonsoft.Json.9.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" Condition="'$(TargetFrameworkVersion)' == 'v4.6.1'">
61-
<HintPath>..\..\..\external\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
61+
<HintPath>..\..\..\External\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="System" />

0 commit comments

Comments
 (0)