We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7676357 + 8656428 commit b953313Copy full SHA for b953313
MCServerSharp.Net.SourceGen/MCServerSharp.Net.SourceGen.csproj
@@ -15,7 +15,7 @@
15
<ItemGroup>
16
<!-- Take a private dependency on Newtonsoft.Json (PrivateAssets=all) Consumers of this generator will not reference it.
17
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" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.2" PrivateAssets="all" GeneratePathProperty="true" />
19
20
<!-- Package the generator in the analyzer directory of the nuget package -->
21
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
0 commit comments