Skip to content

Commit

Permalink
BUILD: Added an extra compiler conditional statement that was needed …
Browse files Browse the repository at this point in the history
…to prevent an error when building the release dlls.
  • Loading branch information
Joseph51D committed Dec 1, 2017
1 parent d232a2f commit a77ee81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions FoundationV3/FiftyOne.Foundation 4.project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
".NETFramework,Version=v4.0": []
},
"tools": {},
"projectFileToolGroups": {},
"packageFolders": {
"C:\\Users\\Stephen\\.nuget\\packages\\": {}
}
}
"projectFileToolGroups": {}
}
4 changes: 3 additions & 1 deletion FoundationV3/Properties/DetectionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public static class Constants

#region Internal Constants

#if !SQL_BUILD && !NETCORE_BUILD
/// <summary>
/// The name of the category
/// <see cref="FiftyOne.Foundation.Mobile.Detection.Entities.Property.PropertyValueType.JavaScript"/>
Expand All @@ -125,7 +126,8 @@ public static class Constants
/// methods must be assigned.
/// </summary>
internal const string PropertyValueOverrideCategory = "Property Value Override";

#endif

/// <summary>
/// Used to split up a cookie string.
/// </summary>
Expand Down

0 comments on commit a77ee81

Please sign in to comment.