|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
| 2 | + <PropertyGroup Condition="'$(RuntimeIdentifier)' != 'win-x64'"> |
| 3 | + <TargetFramework>net8.0</TargetFramework> |
| 4 | + </PropertyGroup> |
| 5 | + <PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'"> |
| 6 | + <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework> |
| 7 | + </PropertyGroup> |
| 8 | + |
2 | 9 | <PropertyGroup>
|
3 | 10 | <CFBundleName>Stability Matrix</CFBundleName>
|
4 | 11 | <CFBundleIconFile>Assets/AppIcon.icns</CFBundleIconFile>
|
5 | 12 | <CFBundlePackageType>APPL</CFBundlePackageType>
|
6 | 13 | <OutputType>WinExe</OutputType>
|
7 |
| - <TargetFramework>net8.0</TargetFramework> |
8 | 14 | <RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
9 | 15 | <Nullable>enable</Nullable>
|
10 | 16 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
|
16 | 22 | <EnableWindowsTargeting>true</EnableWindowsTargeting>
|
17 | 23 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
18 | 24 | </PropertyGroup>
|
19 |
| - |
| 25 | + |
20 | 26 | <ItemGroup>
|
21 | 27 | <CFBundleURLTypes Include="dummy">
|
22 | 28 | <CFBundleURLName>StabilityMatrix.URL</CFBundleURLName>
|
|
47 | 53 | <PackageReference Include="bodong.PropertyModels" Version="11.0.6.2" />
|
48 | 54 | <PackageReference Include="CommandLineParser" Version="2.9.1" />
|
49 | 55 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
|
| 56 | + <PackageReference Include="DesktopNotifications" Version="1.3.1" /> |
50 | 57 | <PackageReference Include="DesktopNotifications.Avalonia" Version="1.3.1" />
|
51 | 58 | <PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
|
52 | 59 | <PackageReference Include="Dock.Avalonia" Version="11.0.0.5" />
|
|
0 commit comments