Skip to content

Commit

Permalink
Remove version dependency for Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
MorGuux committed Apr 2, 2023
1 parent 18ce5d9 commit 219e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwitchableProperties.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<HintPath>..\..\log4net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<Reference Include="Newtonsoft.Json">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 219e754

Please sign in to comment.