File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
<Nullable >enable</Nullable >
10
10
<ToolCommandName >hidi</ToolCommandName >
11
11
<PackageOutputPath >./../../artifacts</PackageOutputPath >
12
- <Version >1.4.17 </Version >
12
+ <Version >1.4.18 </Version >
13
13
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
14
14
<SignAssembly >true</SignAssembly >
15
15
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
38
38
<PrivateAssets >all</PrivateAssets >
39
39
</PackageReference >
40
40
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
41
- <PackageReference Include =" Microsoft.OData.Edm" Version =" 8.2.3" />
42
- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.7" />
41
+ <!-- maintaining edm on 7.X because yoko 1.X is on 7.X-->
42
+ <PackageReference Include =" Microsoft.OData.Edm" Version =" 7.21.6" />
43
+ <!-- maintaining yoko to 1.X because 2.X uses oai.net 2.X -->
44
+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.7.0" />
45
+ <!-- maintaining api manifest to 0.5.6 because it's the last version with OAI.net 1.X-->
43
46
<PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.6-preview" />
44
47
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
45
48
<!-- STJ
You can’t perform that action at this time.
0 commit comments