Skip to content

Commit b5e96c0

Browse files
committed
chore: remove unused dependencies
1 parent 0f4edc1 commit b5e96c0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/OpenAPI.WebApiGenerator/OpenAPI.WebApiGenerator.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
PackagePath="analyzers/dotnet/cs" Visible="false" />
4040
<None Include="$(PkgCorvus_Json_SourceGeneratorTools)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4141
<None Include="$(PkgMicrosoft_OpenApi)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
42-
<None Include="$(PkgMicrosoft_OpenApi_Readers)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
43-
<None Include="$(PkgSharpYaml)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4442
<None Include="$(PkgMicrosoft_Bcl_HashCode)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
45-
<None Include="$(PkgNodaTime)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4643
<None Include="$(PkgYaml2JsonNode)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4744
<None Include="$(PkgSystem_Text_Json)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4845
</ItemGroup>
@@ -65,8 +62,6 @@
6562
<PrivateAssets>all</PrivateAssets>
6663
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6764
</PackageReference>
68-
<PackageReference Include="SharpYaml" Version="2.1.1" OutputItemType="Analyzer" PrivateAssets="all" GeneratePathProperty="true" />
69-
<PackageReference Include="NodaTime" Version="3.2.1" OutputItemType="Analyzer" PrivateAssets="all" GeneratePathProperty="true" />
7065
<PackageReference Include="System.Text.Json" Version="9.0.12" OutputItemType="Analyzer" PrivateAssets="all" GeneratePathProperty="true" />
7166
<PackageReference Include="Yaml2JsonNode" Version="2.2.0" OutputItemType="Analyzer" PrivateAssets="all" GeneratePathProperty="true" />
7267
</ItemGroup>
@@ -75,10 +70,7 @@
7570
<ItemGroup>
7671
<TargetPathWithTargetPlatformMoniker Include="$(PkgCorvus_Json_SourceGeneratorTools)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
7772
<TargetPathWithTargetPlatformMoniker Include="$(PkgMicrosoft_OpenApi)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
78-
<TargetPathWithTargetPlatformMoniker Include="$(PkgMicrosoft_OpenApi_Readers)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
79-
<TargetPathWithTargetPlatformMoniker Include="$(PkgSharpYaml)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
8073
<TargetPathWithTargetPlatformMoniker Include="$(PkgMicrosoft_Bcl_HashCode)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
81-
<TargetPathWithTargetPlatformMoniker Include="$(PkgNodaTime)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
8274
<TargetPathWithTargetPlatformMoniker Include="$(PkgYaml2JsonNode)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
8375
<TargetPathWithTargetPlatformMoniker Include="$(PkgSystem_Text_Json)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" />
8476
</ItemGroup>

0 commit comments

Comments
 (0)