🧱 added backend
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
cd2dbd6eee
commit
a260cb63b7
29 changed files with 16 additions and 4 deletions
2
backend/Program.cs
Normal file
2
backend/Program.cs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
// See https://aka.ms/new-console-template for more information
|
||||||
|
Console.WriteLine("Hello, World!");
|
10
backend/backend.csproj
Normal file
10
backend/backend.csproj
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
Before Width: | Height: | Size: 1,018 B After Width: | Height: | Size: 1,014 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
Reference in a new issue