File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
src/Core/ApiClientCodeGen.Core/NuGet
test/GeneratedCode/Refitter Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
8484
8585The ** NSwag** code generator produces code that depends on the [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json/13.0.3 ) NuGet package
8686
87- The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/8 .0.0 ) NuGet package
87+ The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/9 .0.2 ) NuGet package
8888
8989The ** OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
9090
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
5353
5454The ** NSwag** code generator produces code that depends on the [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json/13.0.3 ) NuGet package
5555
56- The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/8 .0.0 ) NuGet package
56+ The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/9 .0.2 ) NuGet package
5757
5858The ** OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
5959
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
5353
5454The ** NSwag** code generator produces code that depends on the [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json/13.0.3 ) NuGet package
5555
56- The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/8 .0.0 ) NuGet package
56+ The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/9 .0.2 ) NuGet package
5757
5858The ** OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
5959
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
4242
4343The ** NSwag** code generator produces code that depends on the [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json/13.0.3 ) NuGet package
4444
45- The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/8 .0.0 ) NuGet package
45+ The ** Refitter** code generator produces code that depends on the [ Refit] ( https://www.nuget.org/packages/Refit/9 .0.2 ) NuGet package
4646
4747The ** OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
4848
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public static class PackageDependencies
111111 public static readonly PackageDependency Refit =
112112 new PackageDependency (
113113 "Refit" ,
114- "8 .0.0 " ) ;
114+ "9 .0.2 " ) ;
115115
116116 public static readonly PackageDependency MicrosoftExtensionsHttp =
117117 new PackageDependency (
Original file line number Diff line number Diff line change 1616 <Reference Include =" System.Xml" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <PackageReference Include =" Refit" Version =" 8 .0.0 " />
19+ <PackageReference Include =" Refit" Version =" 9 .0.2 " />
2020 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
2121 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
2222 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 1616 <Reference Include =" System.Xml" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <PackageReference Include =" Refit" Version =" 8 .0.0 " />
19+ <PackageReference Include =" Refit" Version =" 9 .0.2 " />
2020 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
2121 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
2222 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 1616 <Reference Include =" System.Xml" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <PackageReference Include =" Refit" Version =" 8 .0.0 " />
19+ <PackageReference Include =" Refit" Version =" 9 .0.2 " />
2020 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
2121 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
2222 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 1616 <Reference Include =" System.Xml" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <PackageReference Include =" Refit" Version =" 8 .0.0 " />
19+ <PackageReference Include =" Refit" Version =" 9 .0.2 " />
2020 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
2121 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
2222 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 44 <LangVersion >latest</LangVersion >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Refit" Version =" 8 .0.0 " />
7+ <PackageReference Include =" Refit" Version =" 9 .0.2 " />
88 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
99 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
1010 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments