A Flappy Bird clone made in Fjord
at master 324 B view raw
1<Project Sdk="Microsoft.NET.Sdk"> 2 <PropertyGroup> 3 <OutputType>Exe</OutputType> 4 <TargetFramework>net6.0</TargetFramework> 5 <Nullable>enable</Nullable> 6 </PropertyGroup> 7 <ItemGroup> 8 <Reference Include="Fjord"> 9 <HintPath>bin/Debug/net6.0/Fjord.dll</HintPath> 10 </Reference> 11 </ItemGroup> 12</Project>