Skip to content

Commit db9e1b1

Browse files
committed
Merge branch 'master' of https://github.com/fuzzzerd/SharpFM
2 parents 9057a13 + 9a133e7 commit db9e1b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SharpFM.App/SharpFM.App.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net6.0</TargetFramework>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4" />
2424
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.1" />
2525
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.1" />
26-
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.55" />
26+
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.56" />
2727

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

0 commit comments

Comments
 (0)