1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <OutputType>Exe</OutputType>
5 <TargetFramework>net6.0</TargetFramework>
6 <ImplicitUsings>enable</ImplicitUsings>
7 <Nullable>enable</Nullable>
8 <PublishSingleFile>true</PublishSingleFile>
9 <SelfContained>true</SelfContained>
10 <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
11 </PropertyGroup>
12
13 <ProjectExtensions><VisualStudio><UserProperties tests_4simple_3result_1fcf__JsonSchema="{"name": "Fjord", "version": 1.4}" /></VisualStudio></ProjectExtensions>
14
15</Project>