Browse Source

NuGet cleanup

Piotr Czajkowski 2 years ago
parent
commit
bc16805cee
2 changed files with 0 additions and 2 deletions
  1. 0 1
      analyzeJSON/analyzeJSON.csproj
  2. 0 1
      analyzeJSONTests/analyzeJSONTests.csproj

+ 0 - 1
analyzeJSON/analyzeJSON.csproj

@@ -9,7 +9,6 @@
     <None Remove="Newtonsoft.Json" />
   </ItemGroup>
   <ItemGroup>
-    <PackageReference Include="xunit" Version="2.4.1" />
     <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
   </ItemGroup>
 </Project>

+ 0 - 1
analyzeJSONTests/analyzeJSONTests.csproj

@@ -17,7 +17,6 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
   </ItemGroup>
 
   <ItemGroup>