File tree Expand file tree Collapse file tree
src/OpenAPI.WebApiGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 <None Include =" $(PkgSharpYaml)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4444 <None Include =" $(PkgMicrosoft_Bcl_HashCode)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4545 <None Include =" $(PkgNodaTime)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
46+ <None Include =" $(PkgYaml2JsonNode)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
47+ <None Include =" $(PkgSystem_Text_Json)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4648 </ItemGroup >
4749
4850 <ItemGroup >
6567 </PackageReference >
6668 <PackageReference Include =" SharpYaml" Version =" 2.1.1" OutputItemType =" Analyzer" PrivateAssets =" all" GeneratePathProperty =" true" />
6769 <PackageReference Include =" NodaTime" Version =" 3.2.1" OutputItemType =" Analyzer" PrivateAssets =" all" GeneratePathProperty =" true" />
70+ <PackageReference Include =" System.Text.Json" Version =" 9.0.12" OutputItemType =" Analyzer" PrivateAssets =" all" GeneratePathProperty =" true" />
71+ <PackageReference Include =" Yaml2JsonNode" Version =" 2.2.0" OutputItemType =" Analyzer" PrivateAssets =" all" GeneratePathProperty =" true" />
6872 </ItemGroup >
6973
7074 <Target Name =" GetDependencyTargetPaths" >
7579 <TargetPathWithTargetPlatformMoniker Include =" $(PkgSharpYaml)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency =" false" />
7680 <TargetPathWithTargetPlatformMoniker Include =" $(PkgMicrosoft_Bcl_HashCode)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency =" false" />
7781 <TargetPathWithTargetPlatformMoniker Include =" $(PkgNodaTime)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency =" false" />
82+ <TargetPathWithTargetPlatformMoniker Include =" $(PkgYaml2JsonNode)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency =" false" />
83+ <TargetPathWithTargetPlatformMoniker Include =" $(PkgSystem_Text_Json)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency =" false" />
7884 </ItemGroup >
7985 </Target >
8086
You can’t perform that action at this time.
0 commit comments