b591e82804
* Bump Csharpier * run csharpier format ./
17 lines
580 B
XML
17 lines
580 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="Microsoft.VisualStudio.SolutionPersistence" />
|
|
<PackageReference Include="Semver" />
|
|
<PackageReference Include="SimpleExec" />
|
|
</ItemGroup>
|
|
</Project>
|