BotSharp/tests/BotSharp.Test.BrowserUse/BotSharp.Test.BrowserUse.csproj
2025-04-02 21:58:13 -05:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>