committed by
GitHub
28 changed files with 65 additions and 28 deletions
@ -1,3 +1,6 @@ |
|||
[submodule "src/Markup/Avalonia.Markup.Xaml/PortableXaml/portable.xaml.github"] |
|||
path = src/Markup/Avalonia.Markup.Xaml/PortableXaml/portable.xaml.github |
|||
url = https://github.com/AvaloniaUI/Portable.Xaml.git |
|||
[submodule "nukebuild/Numerge"] |
|||
path = nukebuild/Numerge |
|||
url = https://github.com/kekekeks/Numerge.git |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
<Project> |
|||
<PropertyGroup> |
|||
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)artifacts/nuget</PackageOutputPath> |
|||
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)build-intermediate/nuget</PackageOutputPath> |
|||
</PropertyGroup> |
|||
</Project> |
|||
|
|||
@ -0,0 +1,23 @@ |
|||
{ |
|||
"Packages": |
|||
[ |
|||
{ |
|||
"Id": "Avalonia", |
|||
"MergeAll": true, |
|||
"Exclude": ["Avalonia.Remote.Protocol"], |
|||
"IncomingIncludeAssetsOverride": "", |
|||
"Merge": [ |
|||
{ |
|||
"Id": "Avalonia.Build.Tasks", |
|||
"IgnoreMissingFrameworkBinaries": true, |
|||
"DoNotMergeDependencies": true |
|||
}, |
|||
{ |
|||
"Id": "Avalonia.DesktopRuntime", |
|||
"IgnoreMissingFrameworkBinaries": true, |
|||
"IgnoreMissingFrameworkDependencies": true |
|||
} |
|||
] |
|||
} |
|||
] |
|||
} |
|||
Loading…
Reference in new issue