Skip to content

Commit

Permalink
Avalonia 11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Sep 6, 2024
1 parent a40c1b1 commit 83a44a7
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Avalonia.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AvaloniaVersion>11.2.999-cibuild0048166-alpha</AvaloniaVersion>
<AvaloniaVersion>11.1.3-cibuild0051668-beta</AvaloniaVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion AvaloniaEdit
2 changes: 1 addition & 1 deletion Libraries/DiffPlex.Avalonia
2 changes: 1 addition & 1 deletion LoaderAvalonia.Web/LoaderAvalonia.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Browser" Version="11.2.999-cibuild0048166-alpha"/>
<PackageReference Include="Avalonia.Browser" Version="11.1.3-cibuild0051668-beta"/>
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions Modules/WDE.Sessions/WDE.Sessions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>6.0.0</Version>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Prism.Avalonia
5 changes: 1 addition & 4 deletions WDE.DatabaseEditors/WDE.DatabaseEditors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,11 @@
<Version>12.8.0</Version>
</PackageReference>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="Generator.Equals">
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>6.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Antlr4 Include="Expressions\Antlr\DatabaseEditorExpression.g4">
Expand Down
2 changes: 1 addition & 1 deletion WDE.EventAiEditor/WDE.EventAiEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Version>12.8.0</Version>
</PackageReference>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="FuzzySharp">
<Version>2.0.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion WDE.MangosEventAiEditor/WDE.MangosEventAiEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="SmartFormat.NET">
<Version>2.7.3</Version>
Expand Down
2 changes: 1 addition & 1 deletion WDE.PacketViewer/WDE.PacketViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Antlr4BuildTasks">
<Version>12.8.0</Version>
</PackageReference>
<PackageReference Include="DynamicData" Version="8.3.27" />
<PackageReference Include="DynamicData" Version="8.4.1" />
<ProjectReference Include="..\Libraries\ProtoZeroGenerator\ProtoZeroGenerator.csproj"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false"/>
Expand Down
3 changes: 0 additions & 3 deletions WDE.Parameters/WDE.Parameters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Reactive">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="Unity.Abstractions">
<Version>5.11.7</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion WDE.SmartScriptEditor/WDE.SmartScriptEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Version>12.8.0</Version>
</PackageReference>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="FuzzySharp">
<Version>2.0.2</Version>
Expand Down
3 changes: 0 additions & 3 deletions WDE.Solutions/WDE.Solutions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>6.0.0</Version>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion WDE.SqlInterpreter/WDE.SqlInterpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Version>12.8.0</Version>
</PackageReference>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="SmartFormat.NET">
<Version>2.7.3</Version>
Expand Down
2 changes: 1 addition & 1 deletion WoWDatabaseEditor.Common/WDE.Common/WDE.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="CommonServiceLocator" Version="2.0.7" />
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="Generator.Equals">
<Version>3.1.0</Version>
Expand Down
5 changes: 1 addition & 4 deletions WoWDatabaseEditor/WoWDatabaseEditorCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicData">
<Version>8.3.27</Version>
<Version>8.4.1</Version>
</PackageReference>
<PackageReference Include="SmartFormat.NET">
<Version>2.7.3</Version>
Expand All @@ -30,9 +30,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
Expand Down

0 comments on commit 83a44a7

Please sign in to comment.