B2B-Training/Stream/Stream.csproj
Louis de2eb52756
All checks were successful
Tests / Unit Testing1 (push) Successful in 43s
feat: Finish Iteration
2023-11-02 18:23:52 +01:00

11 lines
259 B
XML

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