CLI for the Fjord Config Format
at master 577 B view raw
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="{&quot;name&quot;: &quot;Fjord&quot;, &quot;version&quot;: 1.4}" /></VisualStudio></ProjectExtensions> 14 15</Project>