Skip to content

Commit ef93186

Browse files
chore(deps): bump Microsoft.OpenApi
Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 2.0.0-preview7 to 2.0.0-preview8. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/main/CHANGELOG.md) - [Commits](microsoft/OpenAPI.NET@v2.0.0-preview7...v2.0.0-preview8) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 119f2c9 commit ef93186

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -29,7 +29,7 @@
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
3131
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
32-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview7" />
32+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview8" />
3333
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3434
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2">
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8989
<PrivateAssets>all</PrivateAssets>
9090
</PackageReference>
91-
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview7" />
91+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview8" />
9292
<PackageReference Include="moq" Version="4.20.72" />
9393
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
9494
<PackageReference Include="xunit" Version="2.9.3" />

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-preview7" />
16+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview8" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)