Skip to content

Commit

Permalink
Bump TextMateSharp.Grammars from 1.0.55 to 1.0.56
Browse files Browse the repository at this point in the history
Bumps [TextMateSharp.Grammars](https://github.com/danipen/TextMateSharp) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/danipen/TextMateSharp/releases)
- [Commits](danipen/TextMateSharp@v1.0.55...v1.0.56)

---
updated-dependencies:
- dependency-name: TextMateSharp.Grammars
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 35cbf71 commit 4efc828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharpFM.App/SharpFM.App.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -23,7 +23,7 @@
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.1" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.1" />
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.55" />
<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" />
Expand Down

0 comments on commit 4efc828

Please sign in to comment.