svenheden / csharp-models-to-typescript

C# models to TypeScript
89 stars 58 forks source link

fix bug: unspecified .NET framework #49

Closed chrwoizi closed 3 years ago

chrwoizi commented 3 years ago

Allows the user to specify the .NET framework in the config file. Fix a bug where the dotnet command throws an error message: "Your project targets multiple frameworks. Please specify which framework to run using '--framework'"

svenheden commented 3 years ago

Resolved in v0.19.1, thanks!