Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refresh main #1307

Merged
merged 8 commits into from
Dec 23, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- template: checkout-metadata.yml
- template: use-dotnet-sdk.yml

- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.4.14
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
displayName: install hidi

- pwsh: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter">
<Version>3.6.3</Version>
<Version>3.6.4</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>3.6.3</Version>
<Version>3.6.4</Version>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion apidoctor
Loading