Path: blob/trunk/third_party/dotnet/devtools/src/generator/DevToolsGenerator.csproj
2884 views
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <RootNamespace>OpenQA.Selenium.DevToolsGenerator</RootNamespace> <Nullable>enable</Nullable> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <OutputPath>..\..\..\..\..\build\cli\Debug\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <OutputPath>..\..\..\..\..\build\cli\Release\</OutputPath> </PropertyGroup> <ItemGroup> <PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="Handlebars.Net" Version="1.11.5" /> <PackageReference Include="Humanizer.Core" Version="2.14.1" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.32" /> </ItemGroup> </Project>