28 changed files with 63 additions and 27 deletions
@ -1,3 +1,6 @@ |
|||||
[submodule "src/Markup/Avalonia.Markup.Xaml/PortableXaml/portable.xaml.github"] |
[submodule "src/Markup/Avalonia.Markup.Xaml/PortableXaml/portable.xaml.github"] |
||||
path = 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 |
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> |
<Project> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)artifacts/nuget</PackageOutputPath> |
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)build-intermediate/nuget</PackageOutputPath> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
</Project> |
</Project> |
||||
|
|||||
@ -0,0 +1,22 @@ |
|||||
|
{ |
||||
|
"Packages": |
||||
|
[ |
||||
|
{ |
||||
|
"Id": "Avalonia", |
||||
|
"MergeAll": true, |
||||
|
"Exclude": ["Avalonia.Remote.Protocol"], |
||||
|
"Merge": [ |
||||
|
{ |
||||
|
"Id": "Avalonia.Build.Tasks", |
||||
|
"IgnoreMissingFrameworkBinaries": true, |
||||
|
"DoNotMergeDependencies": true |
||||
|
}, |
||||
|
{ |
||||
|
"Id": "Avalonia.DesktopRuntime", |
||||
|
"IgnoreMissingFrameworkBinaries": true, |
||||
|
"IgnoreMissingFrameworkDependencies": true |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
Loading…
Reference in new issue