Skip to content

Commit df71c84

Browse files
author
Stefan Rado
committed
Fix .NET 3.5 builds
1 parent f9bc8d1 commit df71c84

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Source/Examples/ExampleLibrary/ExampleLibrary_NET35.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33+
<Reference Include="System" />
3334
<Reference Include="System.Core" />
3435
<Reference Include="System.XML" />
3536
</ItemGroup>

Source/Examples/ExampleLibrary/Misc/MiscExamples.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ namespace ExampleLibrary
1515
using System.IO;
1616
using System.Reflection;
1717
using System.Threading;
18-
using System.Threading.Tasks;
19-
using System.Xml;
2018
using System.Xml.Serialization;
2119

2220
using OxyPlot;

Source/OxyPlot/OxyPlot_NET35.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<Compile Include="Rendering\Utilities\Decimator.cs" />
105105
<Compile Include="Rendering\Utilities\SutherlandHodgmanClipping.cs" />
106106
<Compile Include="Rendering\Utilities\CohenSutherlandClipping.cs" />
107-
<Compile Include="Rendering\OxyPenLineJoin.cs" />
107+
<Compile Include="Rendering\LineJoin.cs" />
108108
<Compile Include="Rendering\HorizontalAlignment.cs" />
109109
<Compile Include="Rendering\VerticalAlignment.cs" />
110110
<Compile Include="Rendering\OxyColor.cs" />

0 commit comments

Comments
 (0)