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 @@ -79,7 +79,7 @@ public static partial class LibraryVersion
7979 "TestApplication.SqlClient.Microsoft" ,
8080 [
8181 new ( "5.2.2" ) ,
82- new ( "6.1.2 " ) ,
82+ new ( "6.1.3 " ) ,
8383 ]
8484 } ,
8585 {
Original file line number Diff line number Diff line change 1818 <PackageVersion Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 10.0.0" />
1919 <PackageVersion Include =" Microsoft.Build" Version =" 15.9.20" />
2020 <PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 15.9.20" />
21- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.1.2 " />
21+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.1.3 " />
2222 <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.11" />
2323 <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 10.0.0" />
2424 <PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10.0.0" />
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public static TheoryData<string> SqlClientMicrosoft
155155 string . Empty ,
156156#else
157157 "5.2.2" ,
158- "6.1.2 " ,
158+ "6.1.3 " ,
159159#endif
160160 ] ;
161161 return theoryData ;
You can’t perform that action at this time.
0 commit comments