Skip to content

Commit

Permalink
Fix NU1603
Browse files Browse the repository at this point in the history
  • Loading branch information
bdominguez committed Jan 23, 2024
1 parent 0b190df commit 8ad54f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MdXaml.Html/MdXaml.Html.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net45' ">
<PackageReference Include="AvalonEdit" Version="6.3.0" />
<PackageReference Include="AvalonEdit" Version="6.3.0.90" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion MdXaml/MdXaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net45' ">
<PackageReference Include="AvalonEdit" Version="6.3.0" />
<PackageReference Include="AvalonEdit" Version="6.3.0.90" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8ad54f1

Please sign in to comment.