a84e6d89ca
* Update to csharpier 1.0 * Fix check and nowarn * format
12 lines
323 B
XML
12 lines
323 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Bullseye" />
|
|
<PackageReference Include="Glob" />
|
|
<PackageReference Include="SimpleExec" />
|
|
</ItemGroup>
|
|
</Project>
|