Files
ASP.NET/content/01-Introductory-Sessions/Session05/Projects/Library/MyLibrary.csproj
T
2025-07-18 14:47:22 +03:30

11 lines
239 B
XML

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