Skip to content

Commit 563fede

Browse files
authored
Integrated Nitro.CLI into repo structure. (#8541)
1 parent a4666d4 commit 563fede

File tree

262 files changed

+192550
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+192550
-96
lines changed

src/All.slnx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,15 @@
288288
<Project Path="HotChocolate/Utilities/test/Utilities.Introspection.Tests/HotChocolate.Utilities.Introspection.Tests.csproj" />
289289
<Project Path="HotChocolate/Utilities/test/Utilities.Tests/HotChocolate.Utilities.Tests.csproj" />
290290
</Folder>
291-
<Folder Name="/Nitro/">
292-
<Project Path="Nitro/src/CommandLine/Legacy.Fusion/HotChocolate.Fusion.Abstractions.csproj" />
293-
<Project Path="Nitro/src/CommandLine/Nitro.CommandLine.Cloud/ChilliCream.Nitro.CLI.csproj" />
291+
<Folder Name="/Nitro/" />
292+
<Folder Name="/Nitro/CommandLine/" />
293+
<Folder Name="/Nitro/CommandLine/src/" />
294+
<Folder Name="/Nitro/CommandLine/src/CommandLine.Cloud/">
295+
<Project Path="Nitro/CommandLine/src/CommandLine/Nitro.CommandLine.csproj" />
296+
<Project Path="Nitro/CommandLine/src/CommandLine.Core/Nitro.CommandLine.Core.csproj" />
297+
<Project Path="Nitro/CommandLine/src/CommandLine.Cloud/Nitro.CommandLine.Cloud.csproj" />
298+
<Project Path="Nitro/CommandLine/src/CommandLine.Fusion/Nitro.CommandLine.Fusion.csproj" />
299+
<Project Path="Nitro/CommandLine/src/CommandLine.Fusion.Compatibility/Nitro.CommandLine.Fusion.Compatibility.csproj" />
294300
</Folder>
295301
<Folder Name="/StrawberryShake/" />
296302
<Folder Name="/StrawberryShake/Client/" />

src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<PropertyGroup>
4747
<TargetFrameworks>net10.0; net9.0; net8.0</TargetFrameworks>
4848
<ExtendedTargetFrameworks>net10.0; net9.0; net8.0; netstandard2.0</ExtendedTargetFrameworks>
49-
<CLITargetFrameworks>net10.0; net9.0</CLITargetFrameworks>
5049
</PropertyGroup>
5150

5251
<PropertyGroup>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Solution>
2+
<Folder Name="/src/" />
3+
<Folder Name="/src/CommandLine.Cloud/">
4+
<Project Path="src/CommandLine.Cloud/Nitro.CommandLine.Cloud.csproj" />
5+
</Folder>
6+
<Folder Name="/src/CommandLine.Core/">
7+
<Project Path="src/CommandLine.Core/Nitro.CommandLine.Core.csproj" />
8+
</Folder>
9+
<Folder Name="/src/CommandLine.Fusion.Compatibility/">
10+
<Project Path="src/CommandLine.Fusion.Compatibility/Nitro.CommandLine.Fusion.Compatibility.csproj" />
11+
</Folder>
12+
<Folder Name="/src/CommandLine.Fusion/">
13+
<Project Path="src/CommandLine.Fusion/Nitro.CommandLine.Fusion.csproj" />
14+
</Folder>
15+
<Folder Name="/src/CommandLine/">
16+
<Project Path="src/CommandLine/Nitro.CommandLine.csproj" />
17+
</Folder>
18+
</Solution>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"strawberryshake.tools": {
6+
"version": "15.1.8",
7+
"commands": [
8+
"dotnet-graphql"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)