File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
src/HotChocolate/Fusion/src Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 17
17
<ProjectReference Include =" ..\..\..\Utilities\src\Utilities\HotChocolate.Utilities.csproj" />
18
18
</ItemGroup >
19
19
20
- <ItemGroup >
20
+ <ItemGroup Condition = " '$(TargetFramework)' == 'net7.0' " >
21
21
<PackageReference Include =" System.IO.Packaging" Version =" 7.0.0" />
22
22
</ItemGroup >
23
23
24
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
25
+ <PackageReference Include =" System.IO.Packaging" Version =" 8.0.0-preview.6.23329.7" />
26
+ </ItemGroup >
27
+
24
28
<ItemGroup >
25
29
<EmbeddedResource Update =" FusionAbstractionResources.resx" >
26
30
<Generator >ResXFileCodeGenerator</Generator >
Original file line number Diff line number Diff line change 8
8
<PackAsTool >true</PackAsTool >
9
9
<ToolCommandName >fusion</ToolCommandName >
10
10
</PropertyGroup >
11
-
11
+
12
12
<ItemGroup >
13
13
<Using Include =" HotChocolate.Fusion.CommandLine" />
14
14
<Using Include =" System.CommandLine.Parsing" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
+ <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
23
+ </ItemGroup >
24
+
25
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
22
26
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
23
27
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
24
- <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
25
- <PackageReference Include =" System.IO.Packaging" Version =" 7.0.0" />
28
+ </ItemGroup >
29
+
30
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
31
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0-preview.6.23329.7" />
32
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0-preview.6.23329.7" />
26
33
</ItemGroup >
27
34
28
35
<ItemGroup >
Original file line number Diff line number Diff line change 16
16
<ProjectReference Include =" ..\Abstractions\HotChocolate.Fusion.Abstractions.csproj" />
17
17
</ItemGroup >
18
18
19
- <ItemGroup >
20
- <PackageReference Include =" Nanoid" Version =" 2.1.0" />
21
- </ItemGroup >
22
-
23
19
<ItemGroup >
24
20
<EmbeddedResource Update =" Properties\CompositionResources.resx" >
25
21
<Generator >ResXFileCodeGenerator</Generator >
You can’t perform that action at this time.
0 commit comments