File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.*" PrivateAssets =" All" />
5353 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
5454 </ItemGroup >
55+
56+ <ItemGroup >
57+ <!-- MongoDB.Driver is unaffected, according to https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.8.1 -->
58+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-6c8g-7p36-r338" />
59+ </ItemGroup >
60+
5561</Project >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <!-- Published dependencies (only update on major version change) -->
44 <JsonApiDotNetCoreFrozenVersion >5.10.0</JsonApiDotNetCoreFrozenVersion >
5- <MongoDBDriverFrozenVersion >3.3.0 </MongoDBDriverFrozenVersion >
5+ <MongoDBDriverFrozenVersion >3.8.1 </MongoDBDriverFrozenVersion >
66
77 <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
88 <BogusVersion >35.6.*</BogusVersion >
1111 <FluentAssertionsVersion >7.2.*</FluentAssertionsVersion >
1212 <GitHubActionsTestLoggerVersion >3.0.*</GitHubActionsTestLoggerVersion >
1313 <InheritDocVersion >2.0.*</InheritDocVersion >
14- <MongoDBDriverVersion >3.5 .*</MongoDBDriverVersion >
14+ <MongoDBDriverVersion >3.8 .*</MongoDBDriverVersion >
1515 <TestSdkVersion >18.5.*</TestSdkVersion >
1616 <XunitVersion >2.9.*</XunitVersion >
1717 <XunitVisualStudioVersion >3.1.*</XunitVisualStudioVersion >
You can’t perform that action at this time.
0 commit comments