Skip to content

Commit 6c21a43

Browse files
committed
chore: bumps to latest oai.net preview
1 parent 718d02f commit 6c21a43

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
</PackageReference>
5656
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
57-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview4" />
57+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview5" />
5858
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/OoasGui/OoasGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1919
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview4" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview5" />
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,16 @@
8989
<PrivateAssets>all</PrivateAssets>
9090
</PackageReference>
9191
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
92-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview4" />
92+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview5" />
9393
<PackageReference Include="xunit" Version="2.9.3" />
9494
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
9595
<PrivateAssets>all</PrivateAssets>
9696
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9797
</PackageReference>
9898
</ItemGroup>
9999

100+
<ItemGroup>
101+
<ProjectReference Include="..\..\src\Microsoft.OpenApi.OData.Reader\Microsoft.OpenAPI.OData.Reader.csproj" />
102+
</ItemGroup>
103+
100104
</Project>

tool/UpdateDocs/UpdateDocs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
16-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview4" />
16+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview5" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)