Skip to content

Commit

Permalink
update AvalonEdit-ver for #26
Browse files Browse the repository at this point in the history
  • Loading branch information
whistyun committed Nov 11, 2021
1 parent 2b9a32d commit 90619a6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions MdXaml/MdXaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@
<Page Remove="MarkdownMigFree.Style.xaml" />
</ItemGroup>

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

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
<PackageReference Include="AvalonEdit" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0-windows' ">
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.0" />
</ItemGroup>
</Project>

0 comments on commit 90619a6

Please sign in to comment.