Skip to content

Commit

Permalink
XamlMath.Shared: reorder the project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 18, 2023
1 parent 8aa40c3 commit d4330c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/XamlMath.Shared/XamlMath.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<TargetFrameworks>net462;netstandard2.0;net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
<RootNamespace>XamlMath</RootNamespace>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Label="Packaging">
<PackageId>XamlMath.Shared</PackageId>
<Title>XAML-Math Shared Code</Title>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>$(PackageTags);xaml</PackageTags>
<Description>A package code shared between UI framework-specific implementations of XAML-Math, a .NET library for rendering mathematical formulae using the LaTeX typsetting style.</Description>
</PropertyGroup>
Expand Down

0 comments on commit d4330c5

Please sign in to comment.