Skip to content

Commit b953313

Browse files
authored
Merge pull request #9 from TechPizzaDev/dependabot/nuget/MCServerSharp.Net.SourceGen/Newtonsoft.Json-13.0.2
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /MCServerSharp.Net.SourceGen
2 parents 7676357 + 8656428 commit b953313

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)