about summary refs log tree commit diff
path: root/BugMine.CLI/BugMine.CLI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'BugMine.CLI/BugMine.CLI.csproj')
-rw-r--r--BugMine.CLI/BugMine.CLI.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/BugMine.CLI/BugMine.CLI.csproj b/BugMine.CLI/BugMine.CLI.csproj
new file mode 100644

index 0000000..f07ebda --- /dev/null +++ b/BugMine.CLI/BugMine.CLI.csproj
@@ -0,0 +1,17 @@ +<Project Sdk="Microsoft.NET.Sdk.Worker"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <UserSecretsId>dotnet-BugMine.DevTools.CLI-68C1536A-FE5E-4724-8406-B1B1430F105A</UserSecretsId> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\BugMine.Sdk\BugMine.Sdk.csproj" /> + </ItemGroup> +</Project>