File tree Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <AvaloniaVersion >11.0.0</AvaloniaVersion >
4+ <OxyPlotCoreVersion >2.1.2</OxyPlotCoreVersion >
5+ </PropertyGroup >
6+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net7 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <OutputType >WinExe</OutputType >
55 </PropertyGroup >
66 <ItemGroup >
99 <AvaloniaXaml Include =" Examples\AlignedAxesDemo\MainWindow.xaml" />
1010 <PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
1111 <ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
12- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0 " />
13- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0 " />
14- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0 " />
12+ <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion) " />
13+ <PackageReference Include =" Avalonia.Themes.Simple" Version =" $(AvaloniaVersion) " />
14+ <PackageReference Include =" Avalonia.Diagnostics" Version =" $(AvaloniaVersion) " />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0 " />
8- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0 " />
9- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0 " />
10- <PackageReference Include =" OxyPlot.Core" Version =" 2.1.2 " />
11- <PackageReference Include =" OxyPlot.ExampleLibrary" Version =" 2.1.2 " />
7+ <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion) " />
8+ <PackageReference Include =" Avalonia.Themes.Simple" Version =" $(AvaloniaVersion) " />
9+ <PackageReference Include =" Avalonia.Diagnostics" Version =" $(AvaloniaVersion) " />
10+ <PackageReference Include =" OxyPlot.Core" Version =" $(OxyPlotCoreVersion) " />
11+ <PackageReference Include =" OxyPlot.ExampleLibrary" Version =" $(OxyPlotCoreVersion) " />
1212 </ItemGroup >
1313 <ItemGroup >
1414 <ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net7 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <OutputType >Exe</OutputType >
55 </PropertyGroup >
66 <ItemGroup >
77 <PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
88 <ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
9- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0 " />
10- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0 " />
11- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0 " />
9+ <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion) " />
10+ <PackageReference Include =" Avalonia.Themes.Simple" Version =" $(AvaloniaVersion) " />
11+ <PackageReference Include =" Avalonia.Diagnostics" Version =" $(AvaloniaVersion) " />
1212 </ItemGroup >
1313</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net7 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <OutputType >Exe</OutputType >
55 </PropertyGroup >
66 <ItemGroup >
77 <PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
88 <ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
99 <PackageReference Include =" Serilog.Sinks.Trace" Version =" 2.1.0" />
10- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0 " />
11- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.0.0 " />
12- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.0.0 " />
10+ <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion) " />
11+ <PackageReference Include =" Avalonia.Themes.Simple" Version =" $(AvaloniaVersion) " />
12+ <PackageReference Include =" Avalonia.Diagnostics" Version =" $(AvaloniaVersion) " />
1313 </ItemGroup >
1414</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232
3333 <ItemGroup >
3434 <EmbeddedResource Include =" **\*.xaml;Assets\*" Exclude =" bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
35- <PackageReference Include =" Avalonia" Version =" 11.0.0 " />
36- <PackageReference Include =" OxyPlot.Core" Version =" 2.1.2 " />
35+ <PackageReference Include =" Avalonia" Version =" $(AvaloniaVersion) " />
36+ <PackageReference Include =" OxyPlot.Core" Version =" $(OxyPlotCoreVersion) " />
3737 </ItemGroup >
3838</Project >
You can’t perform that action at this time.
0 commit comments