File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
31- <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5 " NoWarn = " NU1903 " />
31+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6 " />
3232 </ItemGroup >
3333
3434 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
35- <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5 " NoWarn = " NU1903 " />
35+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6 " />
3636 <PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
3737 </ItemGroup >
3838
3939 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
40- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.1.1 " NoWarn = " NU1903 " />
40+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.1.4 " />
4141 <PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
4242 </ItemGroup >
4343
You can’t perform that action at this time.
0 commit comments