cs11dotnet7/vscode/Chapter05/PacktLibrary/PacktLibrary.csproj

15 lines
320 B
XML
Raw Normal View History

2022-02-20 18:22:06 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Using Include="System.Console" Static="true" />
</ItemGroup>
</Project>