-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get rid of excess projects because of nuget
- Loading branch information
1 parent
69d1876
commit 01c54ff
Showing
27 changed files
with
24 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
src/Parker.ModularPipelines.Application/Parker.ModularPipelines.Application.csproj
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/Parker.ModularPipelines.Common/Parker.ModularPipelines.Common.csproj
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Parker.ModularPipelines.Console/Modules/1Setup/InstallDotnetWasmToolsModule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Parker.ModularPipelines.Console/Modules/1Setup/InstallSwaCliModule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
src/Parker.ModularPipelines.Domain/Parker.ModularPipelines.Domain.csproj
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/Parker.ModularPipelines.Host/Parker.ModularPipelines.Host.csproj
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Parker.ModularPipelines.Infrastructure/Parker.ModularPipelines.Infrastructure.csproj
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...ularPipelines.Host/DependencyInjection.cs → ...ularPipelines/Host/DependencyInjection.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...elines.Host/Helpers/PipelineFileHelper.cs → ...elines/Host/Helpers/PipelineFileHelper.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
src/Parker.ModularPipelines/Parker.ModularPipelines.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Authors>MattParkerDev</Authors> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="CliWrap" Version="3.6.6" /> | ||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> | ||
<PackageReference Include="Spectre.Console" Version="0.48.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |