Initialized from '.NET Core' project template
Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore Commit SHA: ca0b160689347a01246188a7042e2562103d1b5c
This commit is contained in:
commit
561881c9aa
8 changed files with 321 additions and 0 deletions
8
dotnetcore.csproj
Normal file
8
dotnetcore.csproj
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue