1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-15 22:35:54 +00:00
Files
bat/tests/syntax-tests/highlighted/XML/console.csproj
2025-02-23 20:20:52 +02:00

1.6 KiB
Vendored

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