forked from MahApps/MahApps.Metro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.dependencies
More file actions
28 lines (22 loc) · 981 Bytes
/
paket.dependencies
File metadata and controls
28 lines (22 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
framework: net45, net452, net46, net47, netcoreapp3.0
//source https://ci.appveyor.com/nuget/xamlcolorschemegenerator
//source https://ci.appveyor.com/nuget/controlzex
//source https://ci.appveyor.com/nuget/mahapps-metro-iconpacks
source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
source https://api.nuget.org/v3/index.json
nuget Fody
nuget Costura.Fody
// copy_local: true => PrivateAssets=All, mean all these type of assets are private of the project (so no need to add the deps in the nupkg dep list)
nuget JetBrains.Annotations copy_local: true
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
nuget WpfAnalyzers copy_local: true
nuget ControlzEx prerelease
nuget XamlColorSchemeGenerator copy_local: true
nuget MahApps.Metro.IconPacks prerelease
nuget MaterialDesignThemes prerelease
nuget Caliburn.Micro ~> 3.0
nuget NHotkey.Wpf 1.2.1
nuget ExposedObject < 1.3
nuget xunit < 3
nuget xunit.runner.visualstudio < 3
nuget Microsoft.NET.Test.Sdk