Skip to content

Commit 2a85dfc

Browse files
committed
Bump OxyPlot version to 2.1.2
1 parent bd64374 commit 2a85dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Examples/WPF/WpfExamples/WpfExamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>WinExe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="OxyPlot.Wpf" Version="2.1.0" />
9+
<PackageReference Include="OxyPlot.Wpf" Version="2.1.2" />
1010
<ProjectReference Include="..\..\..\OxyPlot.Contrib.Wpf\OxyPlot.Contrib.Wpf.csproj" />
1111
</ItemGroup>
1212
<ItemGroup>

Source/OxyPlot.Contrib.Wpf/OxyPlot.Contrib.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
<None Include="OxyPlot.Contrib.Wpf.snk" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<PackageReference Include="OxyPlot.Wpf" Version="2.1.0" />
30+
<PackageReference Include="OxyPlot.Wpf" Version="2.1.2" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)