Skip to content

Commit

Permalink
Downgraded csharp version for schema generation for wider support
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 31, 2024
1 parent fd0eb24 commit d056402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/scripts/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function main() {
rendererOptions: {
namespace: "Infisical.Sdk",
framework: "SystemTextJson",
"csharp-version": "6"
"csharp-version": "5"
}
});
await ensureDir("./languages/csharp/Infisical.Sdk");
Expand Down

0 comments on commit d056402

Please sign in to comment.