Skip to content

Commit

Permalink
organize package references
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed Sep 29, 2023
1 parent 6ebd3ca commit f56bec8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SharpFM.App/SharpFM.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishReadyToRun>true</PublishReadyToRun>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<DebugType>embedded</DebugType>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
Expand All @@ -32,17 +31,18 @@
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.4" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.1" />
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.56" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.1" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.4" />
<PackageReference Include="FluentAvaloniaUI" Version="2.0.4" />

<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11" />

<PackageReference Include="MinVer" Version="4.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.56" />

<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.4" />
<PackageReference Include="FluentAvaloniaUI" Version="2.0.4" />

<ProjectReference Include="..\SharpFM.Core\SharpFM.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit f56bec8

Please sign in to comment.