Skip to content

Commit da847c2

Browse files
Update Microsoft.OpenApi
Bump Microsoft.OpenApi to 1.6.19.
1 parent 8ae65f3 commit da847c2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Directory.Build.targets

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<!-- HACK Workaround for https://github.com/microsoft/OpenAPI.NET/issues/1810 -->
3+
<Target Name="DisableVSAnalyzers" BeforeTargets="CoreCompile" Condition=" '$(RunStaticAnalysis)' == '' OR '$(RunStaticAnalysis)' == 'false' ">
4+
<ItemGroup>
5+
<Analyzer Remove="@(Analyzer)" Condition=" '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers' OR '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers.CSharp' " />
6+
</ItemGroup>
7+
</Target>
8+
</Project>

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-preview.7.24406.2" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-preview.7.24405.3" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0-preview.7.24406.2" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.18" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.19" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.1.0" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.7.24406.2" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
14-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.18" />
14+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.19" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.46.0" />
1616
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
1717
<PackageReference Include="xunit" Version="2.9.0" />

0 commit comments

Comments
 (0)