Skip to content

Commit

Permalink
Remove unnecessary items in Vogen.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Dec 27, 2024
1 parent 8558e39 commit 090b73b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Vogen/Vogen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<!-- only used at compile time and not run time-->
<PropertyGroup>
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
</PropertyGroup>
<ItemGroup>
<Compile Remove="Generators\Conversions\JsonNetConverters\**" />
Expand All @@ -49,17 +48,6 @@
<AdditionalFiles Include="AnalyzerReleases.Unshipped.md" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\docs\nuget-readme.md" Pack="true" PackagePath="\" />
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)\..\Vogen.CodeFixers\bin\$(Configuration)\netstandard2.0\Vogen.CodeFixers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\netstandard2.0\Vogen.SharedTypes.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

<None Include="$(OutputPath)\netstandard2.0\Vogen.SharedTypes.dll" Pack="true" PackagePath="lib\netstandard2.0" Visible="true" />
<None Include="$(OutputPath)\net9.0\Vogen.SharedTypes.dll" Pack="true" PackagePath="lib\net9.0" Visible="true" />

</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all"/>
<PackageReference Include="Microsoft.CodeAnalysis.AnalyzerUtilities" Version="3.3.4" />
Expand Down

0 comments on commit 090b73b

Please sign in to comment.