Skip to content

Commit 8656428

Browse files
Bump Newtonsoft.Json in /MCServerSharp.Net.SourceGen
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7676357 commit 8656428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCServerSharp.Net.SourceGen/MCServerSharp.Net.SourceGen.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<!-- Take a private dependency on Newtonsoft.Json (PrivateAssets=all) Consumers of this generator will not reference it.
1717
Set GeneratePathProperty=true so we can reference the binaries via the PKGNewtonsoft_Json property -->
18-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" PrivateAssets="all" GeneratePathProperty="true" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" PrivateAssets="all" GeneratePathProperty="true" />
1919

2020
<!-- Package the generator in the analyzer directory of the nuget package -->
2121
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

0 commit comments

Comments
 (0)