Skip to content

Commit 188413b

Browse files
authored
Merge pull request #624 from microsoft/deps/oai-net
deps/oai net
2 parents 7b62bdd + 52526da commit 188413b

17 files changed

+23
-23
lines changed

docs/oas3_0_0/TripService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace Microsoft.OData.Service.Sample.TrippinInMemory.Models",
55
"description": "This OData service is located at http://localhost",

docs/oas3_0_0/graph.beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/beta",

docs/oas3_0_0/graph1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_updated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

docs/oas3_0_0/graph1.0_withSecurity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace microsoft.graph",
55
"description": "This OData service is located at https://graph.microsoft.com/v1.0",

src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<PrivateAssets>all</PrivateAssets>
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
</PackageReference>
44-
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.3" />
45-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.15" />
44+
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.6" />
45+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
4646
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
4747
<PrivateAssets>all</PrivateAssets>
4848
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/OoasGui/OoasGui.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
19-
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.3" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.15" />
19+
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.6" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
2121
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2222
</ItemGroup>
2323
</Project>

test/Microsoft.OpenAPI.OData.Reader.Tests/Microsoft.OpenAPI.OData.Reader.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7373
<PrivateAssets>all</PrivateAssets>
7474
</PackageReference>
75-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
76-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.15" />
77-
<PackageReference Include="xunit" Version="2.9.0" />
78-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
75+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
76+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
77+
<PackageReference Include="xunit" Version="2.9.2" />
78+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
7979
<PrivateAssets>all</PrivateAssets>
8080
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8181
</PackageReference>

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.4",
33
"info": {
44
"title": "OData Service for namespace DefaultNs",
55
"description": "This OData service is located at http://localhost",

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: OData Service for namespace DefaultNs
44
description: This OData service is located at http://localhost

0 commit comments

Comments
 (0)