Files
Convention-CSharp/Convention-CSharp.csproj

11 lines
247 B
XML
Raw Normal View History

2025-06-13 10:52:21 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-06-25 14:36:19 +08:00
<LangVersion>9.0</LangVersion>
2025-06-13 10:52:21 +08:00
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Convention</RootNamespace>
</PropertyGroup>
</Project>