@@ -3,16 +3,23 @@ source https://api.nuget.org/v3/index.json
3
3
storage: none
4
4
framework: net6.0, netstandard2.0
5
5
6
- nuget Microsoft.AspNetCore.SignalR.Client >= 6.0.0 lowest_matching: true
7
- nuget Microsoft.AspNetCore.Components.Web >= 6.0.0 lowest_matching: true
8
- nuget Microsoft.Extensions.Configuration >= 6.0.0 lowest_matching: true
9
- nuget Microsoft.Extensions.Configuration.CommandLine >= 6.0.0 lowest_matching: true
10
- nuget Microsoft.Extensions.Configuration.EnvironmentVariables >= 6.0.0 lowest_matching: true
11
- nuget Microsoft.Extensions.Configuration.Json >= 6.0.0 lowest_matching: true
12
- nuget SixLabors.ImageSharp >= 2.0.0 lowest_matching: true
13
6
nuget System.Collections.Immutable >= 6.0.0 lowest_matching: true
14
- nuget System.Configuration.ConfigurationManager >= 6.0.0 lowest_matching: true
15
7
nuget System.Net.Http.Json >= 6.0.0 lowest_matching: true
16
8
nuget System.Text.Json >= 6.0.0 lowest_matching: true
9
+ nuget Microsoft.AspNetCore.SignalR.Client >= 6.0.0 lowest_matching: true
10
+
11
+ nuget SixLabors.ImageSharp ~> 2.1.8
12
+
13
+ nuget Microsoft.AspNetCore.Components ~> 6.0.0
14
+ nuget Microsoft.AspNetCore.Components.Forms ~> 6.0.0
15
+ nuget Microsoft.AspNetCore.Components.Web ~> 6.0.0
16
+ nuget Microsoft.AspNetCore.Http.Connections.Common ~> 6.0.0
17
+ nuget Microsoft.Extensions.Configuration ~> 6.0.0
18
+ nuget Microsoft.Extensions.Configuration.CommandLine ~> 6.0.0
19
+ nuget Microsoft.Extensions.Configuration.EnvironmentVariables ~> 6.0.0
20
+ nuget Microsoft.Extensions.Configuration.Json ~> 6.0.0
21
+ nuget Microsoft.JSInterop ~> 6.0.0
22
+ nuget System.Configuration.ConfigurationManager ~> 6.0.0
23
+
17
24
// BUILD
18
- nuget Aardvark.Build ~> 1.0.12
25
+ nuget Aardvark.Build ~> 1.0.24
0 commit comments