Skip to content

Commit

Permalink
Merge pull request #27 from whistyun/develop
Browse files Browse the repository at this point in the history
update AvalonEdit versions to 6 in .NET Framework
  • Loading branch information
whistyun authored Nov 11, 2021
2 parents 2b9a32d + c384d15 commit 2140c6d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions MdXaml/MdXaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp3.0;net45;net5.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<PackageId>MdXaml</PackageId>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<Authors>Bevan Arps(original); whistyun</Authors>
<Company />
<Description>Markdown XAML processor</Description>
Expand All @@ -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 2140c6d

Please sign in to comment.