aboutsummaryrefslogtreecommitdiff
path: root/hypr-wellbeing-linux.csproj
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:30:21 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:30:21 +0530
commitb2f1235d6ad1f3afcc347e4f06592718f8c4c39c (patch)
tree2edd34f438db262a6a98ade5b6771346b823a4a8 /hypr-wellbeing-linux.csproj
parent767ecdd9d75a9987ff34f82f67776ba00e5939ec (diff)
downloadhypr-wellbeing-b2f1235d6ad1f3afcc347e4f06592718f8c4c39c.zip
hypr-wellbeing-b2f1235d6ad1f3afcc347e4f06592718f8c4c39c.tar.gz
chore: removed windows support
Diffstat (limited to 'hypr-wellbeing-linux.csproj')
-rw-r--r--hypr-wellbeing-linux.csproj17
1 files changed, 0 insertions, 17 deletions
diff --git a/hypr-wellbeing-linux.csproj b/hypr-wellbeing-linux.csproj
deleted file mode 100644
index 9092bd9..0000000
--- a/hypr-wellbeing-linux.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>