startit/Emne 3/DependencyInversionPrinciple/DIP.ChatServer/DIP.ChatServer.csproj

10 lines
225 B
XML
Raw Permalink Normal View History

2025-01-06 14:49:31 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>