Skip to content

Commit d840325

Browse files
committed
Revert dialoghost.avalonia to 0.9.3
1 parent f964a62 commit d840325

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
run: dotnet build -c "$BUILD_CONFIGURATION"
3434
- name: Publish
3535
run: dotnet publish -r ${{ matrix.os }} -c "$BUILD_CONFIGURATION" --self-contained
36-
- name: Set executable
37-
if: matrix.os != 'win-x64'
38-
run: chmod +x ${{ format('ArchipelagoDebugClient.Desktop/bin/{0}/net8.0/{1}/publish/ArchipelagoDebugClient.Desktop', env.BUILD_CONFIGURATION, matrix.os) }}
3936
- name: Compress artifacts
4037
run: |
4138
if [[ "${{ matrix.os }}" == "win-x64" ]]; then

ArchipelagoDebugClient/ArchipelagoDebugClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.3.0.6" />
3232
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
3333
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
34-
<PackageReference Include="DialogHost.Avalonia" Version="0.10.2" />
34+
<PackageReference Include="DialogHost.Avalonia" Version="0.9.3" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
3636
<PackageReference Include="DynamicData" Version="9.4.1" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)