Skip to content

Commit 1c0478a

Browse files
committed
Update packages
1 parent b972015 commit 1c0478a

File tree

4 files changed

+110
-113
lines changed

4 files changed

+110
-113
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "6.2.1",
6+
"version": "8.0.0",
77
"commands": [
88
"paket"
99
]
1010
},
1111
"aardpack": {
12-
"version": "1.0.11",
12+
"version": "1.0.24",
1313
"commands": [
1414
"aardpack"
1515
]

paket.dependencies

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@ source https://api.nuget.org/v3/index.json
33
storage: none
44
framework: net6.0, netstandard2.0
55

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
136
nuget System.Collections.Immutable >= 6.0.0 lowest_matching: true
14-
nuget System.Configuration.ConfigurationManager >= 6.0.0 lowest_matching: true
157
nuget System.Net.Http.Json >= 6.0.0 lowest_matching: true
168
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+
1724
// BUILD
18-
nuget Aardvark.Build ~> 1.0.12
25+
nuget Aardvark.Build ~> 1.0.24

0 commit comments

Comments
 (0)