Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jinek committed Oct 20, 2024
1 parent e845e75 commit 8efff9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: muno92/[email protected]
with:
solutionPath: ./src/Consolonia.sln
exclude: "**Consolonia.GuiCS/**.*"
exclude: "**Consolonia.GuiCS/**.*;**Consolonia.Gallery/**.*"

- name: install-resharper
run: |
Expand Down
3 changes: 2 additions & 1 deletion Directory.Core.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<TreatWarningsAsErrors Condition=" '$(Configuration)' == 'RELEASE' ">true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<AvaloniaAccessUnstablePrivateApis>true</AvaloniaAccessUnstablePrivateApis>
<AvaloniaAccessUnstablePrivateApis>true</AvaloniaAccessUnstablePrivateApis>
<Avalonia_I_Want_To_Use_Private_Apis_In_Nuget_Package_And_Promise_To_Pin_The_Exact_Avalonia_Version_In_Package_Dependency>true</Avalonia_I_Want_To_Use_Private_Apis_In_Nuget_Package_And_Promise_To_Pin_The_Exact_Avalonia_Version_In_Package_Dependency>
</PropertyGroup>
</Project>

0 comments on commit 8efff9e

Please sign in to comment.