File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/swagger-codegen/src/main/resources/csharp
samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
SET CSCPATH=%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319
2
- %CSCPATH%\csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/{ {invokerPackage } }.dll /recurse:src\*.cs /doc:bin/{ {invokerPackage } }.xml
2
+ %CSCPATH%\csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/{ {packageName } }.dll /recurse:src\*.cs /doc:bin/{ {packageName } }.xml
3
3
Original file line number Diff line number Diff line change 1
1
SET CSCPATH = %SYSTEMROOT% \Microsoft.NET\Framework\v4.0.30319
2
- %CSCPATH% \csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/. dll /recurse:src\*.cs /doc:bin/.xml
2
+ %CSCPATH% \csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/IO.Swagger. dll /recurse:src\*.cs /doc:bin/IO.Swagger .xml
3
3
You can’t perform that action at this time.
0 commit comments