Initialized from '.NET Core' project template

Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore
Commit SHA: de5759f7a2f08808666b44eb4fd6205502a9fe75
This commit is contained in:
GitLab 2022-12-16 10:41:27 -08:00 committed by Stan Hu
commit a0aa9cc28e
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
8 changed files with 315 additions and 0 deletions

8
dotnetcore.csproj Normal file
View file

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
</Project>