Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 15, 2024
1 parent b972015 commit 1c0478a
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 113 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"paket": {
"version": "6.2.1",
"version": "8.0.0",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.11",
"version": "1.0.24",
"commands": [
"aardpack"
]
Expand Down
25 changes: 16 additions & 9 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@ source https://api.nuget.org/v3/index.json
storage: none
framework: net6.0, netstandard2.0

nuget Microsoft.AspNetCore.SignalR.Client >= 6.0.0 lowest_matching: true
nuget Microsoft.AspNetCore.Components.Web >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.CommandLine >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.EnvironmentVariables >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Json >= 6.0.0 lowest_matching: true
nuget SixLabors.ImageSharp >= 2.0.0 lowest_matching: true
nuget System.Collections.Immutable >= 6.0.0 lowest_matching: true
nuget System.Configuration.ConfigurationManager >= 6.0.0 lowest_matching: true
nuget System.Net.Http.Json >= 6.0.0 lowest_matching: true
nuget System.Text.Json >= 6.0.0 lowest_matching: true
nuget Microsoft.AspNetCore.SignalR.Client >= 6.0.0 lowest_matching: true

nuget SixLabors.ImageSharp ~> 2.1.8

nuget Microsoft.AspNetCore.Components ~> 6.0.0
nuget Microsoft.AspNetCore.Components.Forms ~> 6.0.0
nuget Microsoft.AspNetCore.Components.Web ~> 6.0.0
nuget Microsoft.AspNetCore.Http.Connections.Common ~> 6.0.0
nuget Microsoft.Extensions.Configuration ~> 6.0.0
nuget Microsoft.Extensions.Configuration.CommandLine ~> 6.0.0
nuget Microsoft.Extensions.Configuration.EnvironmentVariables ~> 6.0.0
nuget Microsoft.Extensions.Configuration.Json ~> 6.0.0
nuget Microsoft.JSInterop ~> 6.0.0
nuget System.Configuration.ConfigurationManager ~> 6.0.0

// BUILD
nuget Aardvark.Build ~> 1.0.12
nuget Aardvark.Build ~> 1.0.24
Loading

0 comments on commit 1c0478a

Please sign in to comment.