Skip to content

Commit

Permalink
Merge pull request #107 from fforjan/dependabot/nuget/samples/Markdow…
Browse files Browse the repository at this point in the history
…n.Avalonia.GithubWiki.Sample/avalonia-c559eb09d3
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
2 parents 4810f69 + 7c4ff8e commit 64583b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</AvaloniaResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10" />
<PackageReference Include="Avalonia" Version="11.0.11" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.11" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.11" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Markdown.Avalonia.GithubWiki.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Markdown.Avalonia.GithubWiki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia" Version="11.0.11" />
<PackageReference Include="Markdown.Avalonia" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 64583b9

Please sign in to comment.