cs11dotnet7/vscode/Chapter06/PacktLibrary/PacktLibrary.csproj

14 lines
289 B
XML
Raw Normal View History

2022-02-27 19:08:52 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-11-09 12:21:04 +00:00
<ItemGroup>
<Using Include="System.Console" Static="true" />
</ItemGroup>
2022-02-27 19:08:52 +00:00
</Project>