Skip to content

Commit 552d24d

Browse files
authored
Fixed Missing Aspire Package (#6989)
1 parent 7000436 commit 552d24d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100"
3+
"version": "8.0.202",
4+
"rollForward": "latestMajor"
45
}
56
}

src/HotChocolate/Fusion/src/Aspire/Extensions/FusionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using HotChocolate.Fusion;
21
using HotChocolate.Fusion.Aspire;
32

43
namespace Aspire.Hosting;

0 commit comments

Comments
 (0)