|
11 | 11 | </PropertyGroup>
|
12 | 12 |
|
13 | 13 | <ItemGroup>
|
14 |
| - <Folder Include="Migrations\"/> |
15 |
| - <AvaloniaResource Include="Assets\**"/> |
| 14 | + <Folder Include="Migrations\" /> |
| 15 | + <AvaloniaResource Include="Assets\**" /> |
16 | 16 | <Folder Include="Models\CompareAlgorithms\" />
|
17 | 17 | </ItemGroup>
|
18 | 18 |
|
19 | 19 |
|
20 | 20 | <ItemGroup>
|
21 |
| - <PackageReference Include="Avalonia" Version="11.0.4"/> |
22 |
| - <PackageReference Include="Avalonia.Desktop" Version="11.0.4"/> |
23 |
| - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.4"/> |
24 |
| - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4"/> |
| 21 | + <PackageReference Include="Avalonia" Version="11.0.4" /> |
| 22 | + <PackageReference Include="Avalonia.Desktop" Version="11.0.4" /> |
| 23 | + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.4" /> |
| 24 | + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4" /> |
25 | 25 | <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
26 |
| - <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.4"/> |
27 |
| - <PackageReference Include="Avalonia.ReactiveUI" Version="11.0.4"/> |
28 |
| - <PackageReference Include="DynamicData" Version="7.14.2"/> |
| 26 | + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.4" /> |
| 27 | + <PackageReference Include="Avalonia.ReactiveUI" Version="11.0.4" /> |
| 28 | + <PackageReference Include="DynamicData" Version="7.14.2" /> |
29 | 29 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
|
30 | 30 | <PrivateAssets>all</PrivateAssets>
|
31 | 31 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
32 | 32 | </PackageReference>
|
33 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10"/> |
| 33 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" /> |
34 | 34 | <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.10">
|
35 | 35 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
36 | 36 | <PrivateAssets>all</PrivateAssets>
|
37 | 37 | </PackageReference>
|
38 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.10"/> |
| 38 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.10" /> |
39 | 39 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10">
|
40 | 40 | <PrivateAssets>all</PrivateAssets>
|
41 | 41 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
42 | 42 | </PackageReference>
|
43 |
| - <PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6"/> |
44 |
| - <PackageReference Include="SQLitePCLRaw.core" Version="2.1.6"/> |
45 |
| - <PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.6"/> |
46 |
| - <PackageReference Include="SQLitePCLRaw.provider.e_sqlite3" Version="2.1.6"/> |
| 43 | + <PackageReference Include="Sentry" Version="3.39.1" /> |
| 44 | + <PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" /> |
| 45 | + <PackageReference Include="SQLitePCLRaw.core" Version="2.1.6" /> |
| 46 | + <PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.6" /> |
| 47 | + <PackageReference Include="SQLitePCLRaw.provider.e_sqlite3" Version="2.1.6" /> |
47 | 48 | </ItemGroup>
|
48 | 49 |
|
49 | 50 |
|
50 | 51 | <ItemGroup>
|
51 |
| - <None Remove="NoPreview.png"/> |
52 |
| - <EmbeddedResource Include="NoPreview.png"/> |
| 52 | + <None Remove="NoPreview.png" /> |
| 53 | + <EmbeddedResource Include="NoPreview.png" /> |
53 | 54 | <EmbeddedResource Update="Resources\Resources.resx">
|
54 | 55 | <Generator>PublicResXFileCodeGenerator</Generator>
|
55 | 56 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
0 commit comments