|
25 | 25 | <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" />
|
26 | 26 | <dependency id="Microsoft.AspNetCore.Routing" version="2.2.2" />
|
27 | 27 | <dependency id="Microsoft.AspNetCore.Routing.Abstractions" version="2.2.0" />
|
28 |
| - <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" /> |
29 |
| - <dependency id="Microsoft.AspNetCore.WebUtilities" version="2.2.0" /> |
30 |
| - <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.2" /> |
31 |
| - <dependency id="System.Text.Json" version="8.0.0" /> |
| 28 | + <dependency id="Microsoft.Extensions.DependencyInjection" version="8.0.0" /> |
| 29 | + <dependency id="Microsoft.Extensions.Options" version="8.0.0" /> |
| 30 | + <dependency id="System.Text.Json" version="8.0.1" /> |
32 | 31 | </group>
|
33 | 32 | <group targetFramework="net7.0">
|
34 | 33 | <dependency id="Lib.Harmony" version="2.3.3" />
|
35 | 34 | <dependency id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.2.0" />
|
36 | 35 | <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" />
|
37 | 36 | <dependency id="Microsoft.AspNetCore.Routing" version="2.2.2" />
|
38 | 37 | <dependency id="Microsoft.AspNetCore.Routing.Abstractions" version="2.2.0" />
|
39 |
| - <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" /> |
40 |
| - <dependency id="Microsoft.AspNetCore.WebUtilities" version="2.2.0" /> |
41 |
| - <dependency id="Microsoft.Extensions.Logging.Abstractions" version="7.0.2" /> |
| 38 | + <dependency id="Microsoft.Extensions.DependencyInjection" version="7.0.0" /> |
| 39 | + <dependency id="Microsoft.Extensions.Options" version="7.0.0" /> |
42 | 40 | <dependency id="System.Text.Json" version="7.0.0" />
|
43 | 41 | </group>
|
44 | 42 | <group targetFramework="net6.0">
|
|
47 | 45 | <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" />
|
48 | 46 | <dependency id="Microsoft.AspNetCore.Routing" version="2.2.2" />
|
49 | 47 | <dependency id="Microsoft.AspNetCore.Routing.Abstractions" version="2.2.0" />
|
50 |
| - <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" /> |
51 |
| - <dependency id="Microsoft.AspNetCore.WebUtilities" version="2.2.0" /> |
52 |
| - <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.2" /> |
| 48 | + <dependency id="Microsoft.Extensions.DependencyInjection" version="6.0.0" /> |
| 49 | + <dependency id="Microsoft.Extensions.Options" version="6.0.0" /> |
53 | 50 | <dependency id="System.Text.Json" version="6.0.0" />
|
54 | 51 | </group>
|
55 | 52 | </dependencies>
|
|
0 commit comments