Skip to content

Commit

Permalink
build: omit redundant properties
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Mar 27, 2024
1 parent 5ada058 commit a2a80aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lc-hax/lc-hax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,10 @@
<Private>False</Private>
</Reference>

<PackageReference Include="Nullable.Extended.Analyzer" Version="1.15.6169">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<ProjectReference Include="..\analysers\analysers.csproj" />

<PackageReference Include="Nullable.Extended.Analyzer" Version="1.15.6169" />

<PackageReference Include="RequireNamedArgs" Version="0.0.7" />

<PackageReference Include="Quickenshtein" Version="1.5.1" />
Expand Down

0 comments on commit a2a80aa

Please sign in to comment.