Skip to content

Commit 76df4ad

Browse files
committed
Updated package.
1 parent d1ae50d commit 76df4ad

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

samples/FlashCap.Avalonia/FlashCap.Avalonia.UI/FlashCap.Avalonia.UI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Avalonia" Version="11.0.5" />
11-
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.5" />
12-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.5" />
13-
<PackageReference Include="Epoxy.Avalonia11" Version="1.11.0" />
10+
<PackageReference Include="Avalonia" Version="11.0.10" />
11+
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.10" />
12+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10" />
13+
<PackageReference Include="Epoxy.Avalonia11" Version="1.13.0" />
1414
<PackageReference Include="SkiaImageView.Avalonia11" Version="1.5.0" />
1515
</ItemGroup>
1616

samples/FlashCap.Avalonia/FlashCap.Avalonia/FlashCap.Avalonia.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
10-
<PackageReference Include="Avalonia" Version="11.0.5" />
11-
<PackageReference Include="Avalonia.Desktop" Version="11.0.5" />
12-
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.5" />
10+
<PackageReference Include="Avalonia" Version="11.0.10" />
11+
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
12+
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.10" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

samples/FlashCap.Wpf/FlashCap.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
1616
<PackageReference Include="SkiaImageView.Wpf" Version="1.5.0" />
17-
<PackageReference Include="Epoxy.Wpf" Version="1.11.0" />
17+
<PackageReference Include="Epoxy.Wpf" Version="1.13.0" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)