Skip to content

Commit f264ec0

Browse files
author
André Castro Lundin
committed
Fixes from PR comments
1 parent 014148e commit f264ec0

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Source/Examples/ExampleLibrary/ExampleLibrary.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<EmbeddedResource Include="Resources\X.txt" />
2323
<EmbeddedResource Include="Resources\Y.txt" />
2424
</ItemGroup>
25-
<ItemGroup>
26-
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
27-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
28-
</ItemGroup>
2925
<ItemGroup>
3026
<ProjectReference Include="..\..\OxyPlot\OxyPlot.csproj" />
3127
</ItemGroup>

Source/OxyPlot.SkiaSharp.Tests/OxyPlot.SkiaSharp.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
66
<Description>OxyPlot SkiaSharp unit tests</Description>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8-
<WarningsNotAsErrors>NU1903</WarningsNotAsErrors>
98
<Platforms>AnyCPU;x86;x64</Platforms>
109
<LangVersion>14</LangVersion>
1110
</PropertyGroup>

0 commit comments

Comments
 (0)