File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public static partial class LibraryVersion
89
89
new List < PackageBuildInfo >
90
90
{
91
91
new ( "2.28.0" ) ,
92
- new ( "2.29 .0" ) ,
92
+ new ( "2.30 .0" ) ,
93
93
}
94
94
} ,
95
95
{
Original file line number Diff line number Diff line change 27
27
<PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8.0.1" />
28
28
<PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.1" />
29
29
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
30
- <PackageVersion Include =" MongoDB.Driver" Version =" 2.29 .0" />
30
+ <PackageVersion Include =" MongoDB.Driver" Version =" 2.30 .0" />
31
31
<PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
32
32
<PackageVersion Include =" MySqlConnector" Version =" 2.3.7" />
33
33
<PackageVersion Include =" MySql.Data" Version =" 9.1.0" />
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public static TheoryData<string> MongoDB
151
151
theoryData . Add ( string . Empty ) ;
152
152
#else
153
153
theoryData . Add ( "2.28.0" ) ;
154
- theoryData . Add ( "2.29 .0" ) ;
154
+ theoryData . Add ( "2.30 .0" ) ;
155
155
#endif
156
156
return theoryData ;
157
157
}
You can’t perform that action at this time.
0 commit comments