mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merge pull request #679 from Artemis-RGB/development
Move to RGB.NET NuGet packages
This commit is contained in:
commit
347d5801da
13
README.md
13
README.md
@ -18,20 +18,15 @@ A full list of supported devices can be found on the wiki [here](https://wiki.ar
|
|||||||
|
|
||||||
#### Want to build? Follow these instructions
|
#### Want to build? Follow these instructions
|
||||||
1. Create a central folder like ```C:\Repos```
|
1. Create a central folder like ```C:\Repos```
|
||||||
2. Clone RGB.NET's [development branch](https://github.com/DarthAffe/RGB.NET/tree/Development) into ```<central folder>\RGB.NET```
|
2. Clone Artemis into ```<central folder>\Artemis```
|
||||||
3. Clone Artemis into ```<central folder>\Artemis```
|
3. Clone Artemis.Plugins [master branch](https://github.com/Artemis-RGB/Artemis.Plugins/tree/master) into ```<central folder>\Artemis.Plugins```
|
||||||
4. Clone Artemis.Plugins [master branch](https://github.com/Artemis-RGB/Artemis.Plugins/tree/master) into ```<central folder>\Artemis.Plugins```
|
4. Open ```<central folder>\Artemis\src\Artemis.sln``` and build as Debug
|
||||||
5. Open ```<central folder>\RGB.NET\RGB.NET.sln``` and build with the default config
|
5. Open ```<central folder>\Artemis.Plugins\src\Artemis.Plugins.sln``` and build as Debug
|
||||||
6. Open ```<central folder>\Artemis\src\Artemis.sln``` and build as Debug
|
|
||||||
7. Open ```<central folder>\Artemis.Plugins\src\Artemis.Plugins.sln``` and build as Debug
|
|
||||||
8. Restore Nuget packages
|
|
||||||
|
|
||||||
##### Alternatively in PowerShell
|
##### Alternatively in PowerShell
|
||||||
```
|
```
|
||||||
git clone https://github.com/DarthAffe/RGB.NET -b Development RGB.NET
|
|
||||||
git clone https://github.com/Artemis-RGB/Artemis Artemis
|
git clone https://github.com/Artemis-RGB/Artemis Artemis
|
||||||
git clone https://github.com/Artemis-RGB/Artemis.Plugins Artemis.Plugins
|
git clone https://github.com/Artemis-RGB/Artemis.Plugins Artemis.Plugins
|
||||||
dotnet build .\RGB.NET\RGB.NET.sln
|
|
||||||
dotnet build .\Artemis\src\Artemis.sln
|
dotnet build .\Artemis\src\Artemis.sln
|
||||||
dotnet build .\Artemis.Plugins\src\Artemis.Plugins.sln
|
dotnet build .\Artemis.Plugins\src\Artemis.Plugins.sln
|
||||||
```
|
```
|
||||||
|
|||||||
@ -10,11 +10,6 @@ pr:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
- repository: RGBNET
|
|
||||||
type: github
|
|
||||||
endpoint: github.com_SpoinkyNL
|
|
||||||
name: DarthAffe/RGB.NET
|
|
||||||
ref: Development
|
|
||||||
- repository: Plugins
|
- repository: Plugins
|
||||||
type: github
|
type: github
|
||||||
endpoint: github.com_SpoinkyNL
|
endpoint: github.com_SpoinkyNL
|
||||||
@ -26,7 +21,6 @@ pool:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
artemisSolution: '**/Artemis.sln'
|
artemisSolution: '**/Artemis.sln'
|
||||||
rgbSolution: '**/RGB.NET.sln'
|
|
||||||
pluginProjects: '**/Artemis.Plugins.*.csproj'
|
pluginProjects: '**/Artemis.Plugins.*.csproj'
|
||||||
BuildId: $(Build.BuildId)
|
BuildId: $(Build.BuildId)
|
||||||
BuildNumber: $(Build.BuildNumber)
|
BuildNumber: $(Build.BuildNumber)
|
||||||
@ -34,20 +28,11 @@ variables:
|
|||||||
SourceVersion: $(Build.SourceVersion)
|
SourceVersion: $(Build.SourceVersion)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout: RGBNET
|
|
||||||
path: s/RGB.NET
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
path: s/Artemis
|
path: s/Artemis
|
||||||
- checkout: Plugins
|
- checkout: Plugins
|
||||||
path: s/Artemis.Plugins
|
path: s/Artemis.Plugins
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
|
||||||
displayName: 'RGB.NET - Build'
|
|
||||||
inputs:
|
|
||||||
command: 'build'
|
|
||||||
projects: '$(rgbSolution)'
|
|
||||||
arguments: '--configuration Release'
|
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Artemis - Publish'
|
displayName: 'Artemis - Publish'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@ -9,16 +9,11 @@ pr: none
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
- repository: RGBNET
|
|
||||||
type: github
|
|
||||||
endpoint: github.com_SpoinkyNL
|
|
||||||
name: DarthAffe/RGB.NET
|
|
||||||
ref: Development
|
|
||||||
- repository: Plugins
|
- repository: Plugins
|
||||||
type: github
|
type: github
|
||||||
endpoint: github.com_SpoinkyNL
|
endpoint: github.com_SpoinkyNL
|
||||||
name: Artemis-RGB/Artemis.Plugins
|
name: Artemis-RGB/Artemis.Plugins
|
||||||
ref: master
|
ref: csproj-update-wpf
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
@ -33,20 +28,11 @@ variables:
|
|||||||
SourceVersion: $(Build.SourceVersion)
|
SourceVersion: $(Build.SourceVersion)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout: RGBNET
|
|
||||||
path: s/RGB.NET
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
path: s/Artemis
|
path: s/Artemis
|
||||||
- checkout: Plugins
|
- checkout: Plugins
|
||||||
path: s/Artemis.Plugins
|
path: s/Artemis.Plugins
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
|
||||||
displayName: 'RGB.NET - Build'
|
|
||||||
inputs:
|
|
||||||
command: 'build'
|
|
||||||
projects: '$(rgbSolution)'
|
|
||||||
arguments: '--configuration Release'
|
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Artemis - Publish'
|
displayName: 'Artemis - Publish'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@ -204,6 +204,27 @@
|
|||||||
"Ninject": "3.3.3"
|
"Ninject": "3.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Core": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "aaCPk++kr1TaV/qWYeol5975IN3XifDuuQ9wrCD+nw1cy05BMdGVhuQ72ITb0YRBedssd/btkM51ZABsBd8CEQ=="
|
||||||
|
},
|
||||||
|
"RGB.NET.Layout": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "nbaHbcY59tzFSeTDbImhrcR1ZyJpoC0x6WawXdtGXO7x3F91ajM7kM5SJwi/5jHdD61vGV0ARuznmR8ErAWegQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RGB.NET.Presets": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "XU8XeI0fQF26fd0pQHgoe9RaROuvENmZlX/1QyyaN9P3j0LtYmy6ycWZbsXp8byLT0UcGbS+odMiQQAnK+kxgg==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "4.3.0",
|
"resolved": "4.3.0",
|
||||||
@ -1223,6 +1244,9 @@
|
|||||||
"Ninject": "3.3.4",
|
"Ninject": "3.3.4",
|
||||||
"Ninject.Extensions.ChildKernel": "3.3.0",
|
"Ninject.Extensions.ChildKernel": "3.3.0",
|
||||||
"Ninject.Extensions.Conventions": "3.3.0",
|
"Ninject.Extensions.Conventions": "3.3.0",
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Layout": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Presets": "1.0.0-prerelease1",
|
||||||
"Serilog": "2.10.0",
|
"Serilog": "2.10.0",
|
||||||
"Serilog.Sinks.Console": "4.0.0",
|
"Serilog.Sinks.Console": "4.0.0",
|
||||||
"Serilog.Sinks.Debug": "2.0.0",
|
"Serilog.Sinks.Debug": "2.0.0",
|
||||||
|
|||||||
@ -47,6 +47,9 @@
|
|||||||
<PackageReference Include="Ninject" Version="3.3.4" />
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
||||||
<PackageReference Include="Ninject.Extensions.ChildKernel" Version="3.3.0" />
|
<PackageReference Include="Ninject.Extensions.ChildKernel" Version="3.3.0" />
|
||||||
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
||||||
|
<PackageReference Include="RGB.NET.Core" Version="1.0.0-prerelease1" />
|
||||||
|
<PackageReference Include="RGB.NET.Layout" Version="1.0.0-prerelease1" />
|
||||||
|
<PackageReference Include="RGB.NET.Presets" Version="1.0.0-prerelease1" />
|
||||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||||
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
|
||||||
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
|
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
|
||||||
@ -62,17 +65,6 @@
|
|||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="RGB.NET.Core">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Core.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="RGB.NET.Layout">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Layout.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="RGB.NET.Presets">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Presets.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="Resources\intro-profile.json">
|
<None Update="Resources\intro-profile.json">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|||||||
@ -73,6 +73,30 @@
|
|||||||
"Ninject.Extensions.Factory": "3.3.2"
|
"Ninject.Extensions.Factory": "3.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Core": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "aaCPk++kr1TaV/qWYeol5975IN3XifDuuQ9wrCD+nw1cy05BMdGVhuQ72ITb0YRBedssd/btkM51ZABsBd8CEQ=="
|
||||||
|
},
|
||||||
|
"RGB.NET.Layout": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "nbaHbcY59tzFSeTDbImhrcR1ZyJpoC0x6WawXdtGXO7x3F91ajM7kM5SJwi/5jHdD61vGV0ARuznmR8ErAWegQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RGB.NET.Presets": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "XU8XeI0fQF26fd0pQHgoe9RaROuvENmZlX/1QyyaN9P3j0LtYmy6ycWZbsXp8byLT0UcGbS+odMiQQAnK+kxgg==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[2.10.0, )",
|
"requested": "[2.10.0, )",
|
||||||
|
|||||||
@ -39,6 +39,7 @@
|
|||||||
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
|
||||||
<PackageReference Include="Ninject" Version="3.3.4" />
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
||||||
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
||||||
|
<PackageReference Include="RGB.NET.Core" Version="1.0.0-prerelease1" />
|
||||||
<PackageReference Include="SharpVectors.Reloaded" Version="1.7.5" />
|
<PackageReference Include="SharpVectors.Reloaded" Version="1.7.5" />
|
||||||
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
||||||
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.3" />
|
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.3" />
|
||||||
@ -69,11 +70,6 @@
|
|||||||
<Private>false</Private>
|
<Private>false</Private>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="RGB.NET.Core">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Core.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Resources\Fonts\RobotoMono-Regular.ttf" />
|
<Resource Include="Resources\Fonts\RobotoMono-Regular.ttf" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
".NETCoreApp,Version=v5.0": {
|
"net5.0-windows7.0": {
|
||||||
"Humanizer.Core": {
|
"Humanizer.Core": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[2.11.10, )",
|
"requested": "[2.11.10, )",
|
||||||
@ -52,6 +52,12 @@
|
|||||||
"Ninject.Extensions.Factory": "3.3.2"
|
"Ninject.Extensions.Factory": "3.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Core": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "aaCPk++kr1TaV/qWYeol5975IN3XifDuuQ9wrCD+nw1cy05BMdGVhuQ72ITb0YRBedssd/btkM51ZABsBd8CEQ=="
|
||||||
|
},
|
||||||
"SharpVectors.Reloaded": {
|
"SharpVectors.Reloaded": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[1.7.5, )",
|
"requested": "[1.7.5, )",
|
||||||
@ -264,6 +270,22 @@
|
|||||||
"Ninject": "3.3.3"
|
"Ninject": "3.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Layout": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "nbaHbcY59tzFSeTDbImhrcR1ZyJpoC0x6WawXdtGXO7x3F91ajM7kM5SJwi/5jHdD61vGV0ARuznmR8ErAWegQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RGB.NET.Presets": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "XU8XeI0fQF26fd0pQHgoe9RaROuvENmZlX/1QyyaN9P3j0LtYmy6ycWZbsXp8byLT0UcGbS+odMiQQAnK+kxgg==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "4.3.0",
|
"resolved": "4.3.0",
|
||||||
@ -1303,6 +1325,9 @@
|
|||||||
"Ninject": "3.3.4",
|
"Ninject": "3.3.4",
|
||||||
"Ninject.Extensions.ChildKernel": "3.3.0",
|
"Ninject.Extensions.ChildKernel": "3.3.0",
|
||||||
"Ninject.Extensions.Conventions": "3.3.0",
|
"Ninject.Extensions.Conventions": "3.3.0",
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Layout": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Presets": "1.0.0-prerelease1",
|
||||||
"Serilog": "2.10.0",
|
"Serilog": "2.10.0",
|
||||||
"Serilog.Sinks.Console": "4.0.0",
|
"Serilog.Sinks.Console": "4.0.0",
|
||||||
"Serilog.Sinks.Debug": "2.0.0",
|
"Serilog.Sinks.Debug": "2.0.0",
|
||||||
|
|||||||
@ -57,12 +57,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- TODO: Remove when moving to Nuget, this is so the plugin templates have the DLL to reference -->
|
<!-- TODO: Remove when moving to Nuget, this is so the plugin templates have the DLL to reference -->
|
||||||
<Reference Include="RGB.NET.Core">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Core.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="RGB.NET.Layout">
|
|
||||||
<HintPath>..\..\..\RGB.NET\bin\net5.0\RGB.NET.Layout.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Management" />
|
<Reference Include="System.Management" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -151,6 +145,8 @@
|
|||||||
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
||||||
<PackageReference Include="Ookii.Dialogs.Wpf" Version="3.1.0" />
|
<PackageReference Include="Ookii.Dialogs.Wpf" Version="3.1.0" />
|
||||||
<PackageReference Include="RawInput.Sharp" Version="0.0.4" />
|
<PackageReference Include="RawInput.Sharp" Version="0.0.4" />
|
||||||
|
<PackageReference Include="RGB.NET.Core" Version="1.0.0-prerelease1" />
|
||||||
|
<PackageReference Include="RGB.NET.Layout" Version="1.0.0-prerelease1" />
|
||||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||||
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.3" />
|
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.3" />
|
||||||
<PackageReference Include="SkiaSharp.Vulkan.SharpVk" Version="2.80.3" />
|
<PackageReference Include="SkiaSharp.Vulkan.SharpVk" Version="2.80.3" />
|
||||||
|
|||||||
@ -122,6 +122,21 @@
|
|||||||
"NETStandard.Library": "1.6.1"
|
"NETStandard.Library": "1.6.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Core": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "aaCPk++kr1TaV/qWYeol5975IN3XifDuuQ9wrCD+nw1cy05BMdGVhuQ72ITb0YRBedssd/btkM51ZABsBd8CEQ=="
|
||||||
|
},
|
||||||
|
"RGB.NET.Layout": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.0.0-prerelease1, )",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "nbaHbcY59tzFSeTDbImhrcR1ZyJpoC0x6WawXdtGXO7x3F91ajM7kM5SJwi/5jHdD61vGV0ARuznmR8ErAWegQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[2.10.0, )",
|
"requested": "[2.10.0, )",
|
||||||
@ -377,6 +392,14 @@
|
|||||||
"Ninject": "3.3.3"
|
"Ninject": "3.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"RGB.NET.Presets": {
|
||||||
|
"type": "Transitive",
|
||||||
|
"resolved": "1.0.0-prerelease1",
|
||||||
|
"contentHash": "XU8XeI0fQF26fd0pQHgoe9RaROuvENmZlX/1QyyaN9P3j0LtYmy6ycWZbsXp8byLT0UcGbS+odMiQQAnK+kxgg==",
|
||||||
|
"dependencies": {
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "4.3.0",
|
"resolved": "4.3.0",
|
||||||
@ -1431,6 +1454,9 @@
|
|||||||
"Ninject": "3.3.4",
|
"Ninject": "3.3.4",
|
||||||
"Ninject.Extensions.ChildKernel": "3.3.0",
|
"Ninject.Extensions.ChildKernel": "3.3.0",
|
||||||
"Ninject.Extensions.Conventions": "3.3.0",
|
"Ninject.Extensions.Conventions": "3.3.0",
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Layout": "1.0.0-prerelease1",
|
||||||
|
"RGB.NET.Presets": "1.0.0-prerelease1",
|
||||||
"Serilog": "2.10.0",
|
"Serilog": "2.10.0",
|
||||||
"Serilog.Sinks.Console": "4.0.0",
|
"Serilog.Sinks.Console": "4.0.0",
|
||||||
"Serilog.Sinks.Debug": "2.0.0",
|
"Serilog.Sinks.Debug": "2.0.0",
|
||||||
@ -1460,6 +1486,7 @@
|
|||||||
"Microsoft.Xaml.Behaviors.Wpf": "1.1.31",
|
"Microsoft.Xaml.Behaviors.Wpf": "1.1.31",
|
||||||
"Ninject": "3.3.4",
|
"Ninject": "3.3.4",
|
||||||
"Ninject.Extensions.Conventions": "3.3.0",
|
"Ninject.Extensions.Conventions": "3.3.0",
|
||||||
|
"RGB.NET.Core": "1.0.0-prerelease1",
|
||||||
"SharpVectors.Reloaded": "1.7.5",
|
"SharpVectors.Reloaded": "1.7.5",
|
||||||
"SkiaSharp": "2.80.3",
|
"SkiaSharp": "2.80.3",
|
||||||
"SkiaSharp.Views.WPF": "2.80.3",
|
"SkiaSharp.Views.WPF": "2.80.3",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user