We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2dd7 commit 91ec5f2Copy full SHA for 91ec5f2
src/Microsoft.OpenApi.YamlReader/Microsoft.OpenApi.YamlReader.csproj
@@ -4,7 +4,7 @@
4
<!-- net6.0 target is present because of the conditional build in OpenApiYamlReader.Read -->
5
<LangVersion>latest</LangVersion>
6
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7
- <Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
+ <Description>OpenAPI.NET Reader for YAML documents</Description>
8
<SignAssembly>true</SignAssembly>
9
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net5.0'))">true</IsTrimmable>
10
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net8.0'))">true</IsAotCompatible>
0 commit comments