Skip to content

Commit

Permalink
VS 17.8 auto runs NuGetAudit and flagging 10.0.2, CosmosDB SDK alread…
Browse files Browse the repository at this point in the history
…y mitigated it by changing the MAXDEPATH (#4185)
  • Loading branch information
kirankumarkolli authored Nov 15, 2023
1 parent 4fee546 commit f471418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.0.102" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" NoWarn="NU1903" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />

<!--Direct Dependencies-->
Expand Down

0 comments on commit f471418

Please sign in to comment.