Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Oct 14, 2024
1 parent e55d6ff commit 09935d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>

<NoWarn>CS0436</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,6 +16,7 @@

<PackageReference Include="RazorBlade" Version="0.5.0" PrivateAssets="all" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
<ProjectReference Include="..\NetPackageAnalyzerObjects\NetPackageAnalyzerObjects.csproj" />
<ProjectReference Include="..\NPA.HtmlData\NPA.HtmlData.csproj" />
<ProjectReference Include="..\NPA.Resources\NPA.Resources.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 09935d5

Please sign in to comment.