4adbe2a775
* Add local and connector sln check * add props change * fmt
16 lines
461 B
XML
16 lines
461 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<Configurations>Debug;Release;Local</Configurations>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Bullseye" />
|
|
<PackageReference Include="Glob" />
|
|
<PackageReference Include="Microsoft.Build" />
|
|
<PackageReference Include="SimpleExec" />
|
|
</ItemGroup>
|
|
</Project>
|