Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Feb 3, 2025
1 parent 63e5af3 commit a162d09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/props/Avalonia.Xaml.Behaviors.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.2.0.1"/>
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.2.0.8"/>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions build/props/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<StudioVersion>0.21.0.0</StudioVersion>
<CoreVersion>0.31.2.0</CoreVersion>
<UniversalFpgaProjectSystemVersion>0.41.2.0</UniversalFpgaProjectSystemVersion>
<CoreVersion>0.31.3.0</CoreVersion>
<UniversalFpgaProjectSystemVersion>0.41.3.0</UniversalFpgaProjectSystemVersion>
<EssentialsVersion>0.11.2.0</EssentialsVersion>
<Version>$(CoreVersion)</Version>
<Authors>Hendrik Mennen</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/OneWare.SourceControl/OneWare.SourceControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DiffPlex" Version="1.7.2"/>
<PackageReference Include="LibGit2Sharp" Version="0.30.0"/>
<PackageReference Include="LibGit2Sharp" Version="0.31.0"/>
</ItemGroup>
</Project>

0 comments on commit a162d09

Please sign in to comment.