mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +00:00
* the result I want to obtain * add csharp-petstore-net-40.bat for windows * just ran bin\windows\csharp-petstore-all.bat * Removed those directories: - samples\client\petstore\csharp - samples\client\petstore\csharp-dotnet2 then ran : bin\windows\csharp-petstore-all.bat * - update JsonSubTypes to 1.1.3 by using nuget dependency (the package is compatible with net40) - allign all version of Newtonsoft.Json to 10.0.3 * the result of bin\windows\csharp-petstore-all.bat * ran bin\security\windows\csharp-petstore.bat
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
{
|
|
"supports": {},
|
|
"dependencies": {
|
|
"FubarCoder.RestSharp.Portable.Core": "4.0.7",
|
|
"FubarCoder.RestSharp.Portable.HttpClient": "4.0.7",
|
|
"Newtonsoft.Json": "10.0.3",
|
|
"JsonSubTypes": "1.1.3"
|
|
},
|
|
"frameworks": {
|
|
"{{targetFrameworkNuget}}": {}
|
|
}
|
|
} |