Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
<RepositoryUrl>https://github.com/oxyplot/oxyplot.git</RepositoryUrl>
<VersionPrefix>2.1.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<AvaloniaResource Include="**\*.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="**\*.xaml;Assets\*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
<PackageReference Include="Avalonia" Version="0.10.11" />
Expand Down
4 changes: 2 additions & 2 deletions Source/OxyPlot.Avalonia/Themes/Default.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="http://oxyplot.org/avalonia"
xmlns:converters="clr-namespace:OxyPlot.Avalonia.Converters;assembly=OxyPlot.Avalonia">
xmlns:local="clr-namespace:OxyPlot.Avalonia"
xmlns:converters="clr-namespace:OxyPlot.Avalonia.Converters">

<Style Selector="local|TrackerControl">
<Setter Property="Background" Value="#E0FFFFA0" />
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
versioningScheme: 'byPrereleaseNumber'
- job: Linux
pool:
vmImage: 'ubuntu 16.04'
vmImage: 'ubuntu-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
Expand Down