cs11dotnet7/vscode/Chapter07/SourceLinks/SourceLinks.csproj

11 lines
239 B
XML
Raw Normal View History

2022-09-18 12:16:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>