Skip to content

Commit 93e5161

Browse files
committed
Example - Remove Newtonsoft.Json
Wasn't used
1 parent cc9a152 commit 93e5161

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CefSharp.Example/CefSharp.Example.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net472</TargetFrameworks>
44
<OutputType>Library</OutputType>
@@ -67,9 +67,6 @@
6767
<ProjectReference Include="..\CefSharp.Core\CefSharp.Core.csproj" />
6868
<ProjectReference Include="..\CefSharp\CefSharp.csproj" />
6969
</ItemGroup>
70-
<ItemGroup>
71-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
72-
</ItemGroup>
7370
<ItemGroup>
7471
<Compile Remove="bin.netcore\**" />
7572
<Compile Remove="obj.netcore\**" />

CefSharp.Example/CefSharp.Example.netcore.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2020
</PropertyGroup>
2121

22-
<ItemGroup>
23-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
24-
</ItemGroup>
25-
2622
<ItemGroup>
2723
<ProjectReference Include="..\CefSharp.Core\CefSharp.Core.netcore.csproj" />
2824
<ProjectReference Include="..\CefSharp\CefSharp.netcore.csproj" />

0 commit comments

Comments
 (0)