File tree 7 files changed +26
-26
lines changed
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net7 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<OutputType >WinExe</OutputType >
5
5
</PropertyGroup >
6
6
<ItemGroup >
9
9
<AvaloniaXaml Include =" Examples\AlignedAxesDemo\MainWindow.xaml" />
10
10
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
11
11
<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) " />
15
15
</ItemGroup >
16
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
<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) " />
12
12
</ItemGroup >
13
13
<ItemGroup >
14
14
<ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net7 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<OutputType >Exe</OutputType >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
8
8
<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) " />
12
12
</ItemGroup >
13
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net7 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<OutputType >Exe</OutputType >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
8
8
<ProjectReference Include =" ..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />
9
9
<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) " />
13
13
</ItemGroup >
14
14
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 32
32
33
33
<ItemGroup >
34
34
<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) " />
37
37
</ItemGroup >
38
38
</Project >
You can’t perform that action at this time.
0 commit comments