forked from FontStashSharp/FontStashSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (18 loc) · 816 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
18 lines (18 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<Authors>FontStashSharpTeam</Authors>
<Product>FontStashSharp</Product>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rds1983/FontStashSharp</PackageProjectUrl>
<RootNamespace>FontStashSharp</RootNamespace>
<Version>1.5.4</Version>
<FontStashSharpBaseVersion>1.2.2</FontStashSharpBaseVersion>
<StbImageSharpVersion>2.30.15</StbImageSharpVersion>
<CyotekDrawingBitmapFontVersion>2.0.4</CyotekDrawingBitmapFontVersion>
<MonoGameVersion>3.8.0.1641</MonoGameVersion>
<AppMonoGameVersion>3.8.4.1</AppMonoGameVersion>
<StrideVersion>4.2.0.2067</StrideVersion>
<AppTargetFramework>net8.0</AppTargetFramework>
<KniVersion>4.1.9001</KniVersion>
</PropertyGroup>
</Project>