Files
secdevops-csharp-app/MyHelloWorld/SecDevOpsLab.csproj
Achim H. b1fbc831a7
All checks were successful
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good
changed solution path structure
2026-05-04 19:23:56 +02:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>