diff options
Diffstat (limited to 'hypr-wellbeing.csproj')
| -rw-r--r-- | hypr-wellbeing.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hypr-wellbeing.csproj b/hypr-wellbeing.csproj new file mode 100644 index 0000000..9092bd9 --- /dev/null +++ b/hypr-wellbeing.csproj @@ -0,0 +1,17 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + <PublishAot>true</PublishAot> + <IsAotCompatible>true</IsAotCompatible> + <RuntimeIdentifier>linux-x64</RuntimeIdentifier> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Newtonsoft.json" Version="13.0.4" /> + </ItemGroup> + +</Project> |
