We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4219469 commit 8b87ffcCopy full SHA for 8b87ffc
tools/Custom/JsonExtensions.cs
@@ -1,4 +1,4 @@
1
-namespace Microsoft.Graph.PowerShell.JsonUtilities
+namespace NamespacePrefixPlaceholder.PowerShell.JsonUtilities
2
{
3
using Newtonsoft.Json.Linq;
4
using System;
tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs
@@ -2,7 +2,7 @@
using Xunit;
5
-using Microsoft.Graph.PowerShell.JsonUtilities;
+using NamespacePrefixPlaceholder.PowerShell.JsonUtilities;
6
7
public class JsonExtensionsTests
8
0 commit comments