File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
</ItemGroup >
29
29
30
30
<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 " />
32
32
</ItemGroup >
33
33
34
34
<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 " />
36
36
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
37
37
</ItemGroup >
38
38
39
39
<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 " />
41
41
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
42
42
</ItemGroup >
43
43
You can’t perform that action at this time.
0 commit comments