-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove dll from package and refactor packing the package
- Loading branch information
1 parent
44c5b96
commit 316ad68
Showing
6 changed files
with
32 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard1.0</TargetFramework> | ||
<MinClientVersion>5.0.0</MinClientVersion> | ||
<PackageId>Uno.Fonts.Fluent</PackageId> | ||
<Title>Uno Platform Fluent Font</Title> | ||
<Authors>Uno Platform</Authors> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<RequireLicenseAcceptance>false</RequireLicenseAcceptance> | ||
<PackageProjectUrl>https://github.com/unoplatform/uno.fonts</PackageProjectUrl> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<Description>Uno Platform Fluent Font (Windows 11 iconography)</Description> | ||
<Copyright>Copyright (C) 2015-2023 Uno Platform inc. - all rights reserved</Copyright> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/unoplatform/uno.fonts.git</RepositoryUrl> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
|
||
<!-- https://github.com/NuGet/Home/issues/8583 --> | ||
<NoWarn>$(NoWarn);NU5128</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="icon.png" Pack="true" PackagePath="\"/> | ||
<None Include="buildTransitive/**/*.*" Pack="true"> | ||
<PackagePath>buildTransitive</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.