Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore Commit SHA: de5759f7a2f08808666b44eb4fd6205502a9fe75
8 lines
163 B
XML
8 lines
163 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|