Skip to content

Commit

Permalink
apply flatten json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guimabdo committed Jun 7, 2023
1 parent 7af30c8 commit 1775196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "Cblx.Dynamics.sln"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<InternalsVisibleTo Include="Cblx.OData.Client" />
<InternalsVisibleTo Include="Cblx.OData.Client.Repositories" />
<InternalsVisibleTo Include="Cblx.OData.Client.Tests" />
<PackageReference Include="Cblx.Blocks.Json" Version="0.8.0-dev.7" />
<PackageReference Include="Cblx.Blocks.Json" Version="0.8.0-dev.8" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 1775196

Please sign in to comment.