Skip to content

Commit

Permalink
Disable implicit usings for HotAvalonia.Extensions
Browse files Browse the repository at this point in the history
This way we are much less likely to end up with another one like #18 in the future.
  • Loading branch information
Kir-Antipov committed Jan 8, 2025
1 parent 193a1ac commit adb9aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HotAvalonia.Extensions/HotAvalonia.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit adb9aca

Please sign in to comment.