Skip to content

Commit

Permalink
updated folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Jan 29, 2024
1 parent dea8c8c commit cc7b245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text.Json;
using System.Text.Json.Serialization;

namespace Microsoft.PowerPlatform.PowerApps.Persistence.JsonConverters;
namespace Microsoft.PowerPlatform.PowerApps.Persistence.Json;

public class JsonDoubleToIntConverter : JsonConverter<int>
{
Expand Down

0 comments on commit cc7b245

Please sign in to comment.