File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Microsoft.OpenApi.Hidi
test/Microsoft.OpenApi.Readers.Tests/OpenApiReaderTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
<!-- maintaining edm on 7.X because yoko 1.X is on 7.X-->
41
41
<PackageReference Include =" Microsoft.OData.Edm" Version =" 7.21.6" />
42
42
<!-- maintaining yoko to 1.X because 2.X uses oai.net 2.X -->
43
- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.7.4 " />
43
+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.7.5 " />
44
44
<!-- maintaining api manifest to 0.5.6 because it's the last version with OAI.net 1.X-->
45
45
<PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.6-preview" />
46
46
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
55
55
BaseAddress = new Uri ( "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/" )
56
56
} ;
57
57
58
- var stream = await httpClient . GetStreamAsync ( "main /tests/v3.0/pass/petstore.yaml" ) ;
58
+ var stream = await httpClient . GetStreamAsync ( "20fe7a7b720a0e48e5842d002ac418b12a8201df /tests/v3.0/pass/petstore.yaml" ) ;
59
59
60
60
// Read V3 as YAML
61
61
var openApiDocument = new OpenApiStreamReader ( ) . Read ( stream , out var diagnostic ) ;
You can’t perform that action at this time.
0 commit comments