cs11dotnet7/vscode/Chapter05/PacktLibraryModern/PacktLibraryModern.csproj

11 lines
245 B
XML
Raw Normal View History

2022-09-17 17:33:54 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
</Project>