cs11dotnet7/vscode/Chapter05/PacktLibraryModern/PacktLibraryModern.csproj
2022-09-17 16:33:54 +01:00

11 lines
245 B
XML

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