Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppBundles/PluginUtilities/PluginUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>13.0.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<HintPath>$(InventorBinFolder)\Public Assemblies\Autodesk.Inventor.Interop.dll</HintPath>
</Reference>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>13.0.2</Version>
</PackageReference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -66,7 +66,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="Autodesk.Forge.DesignAutomation.Inventor.Utils">
<Version>2.0.0</Version>
Expand Down