Skip to content

Commit 9d52314

Browse files
committed
NetCore - Update System.Drawing.Common to 4.7.3
- Stop the dependency bot from complaining. 4.7.0 is only vulnerable on non-windows systems so it wasn't actually a problem as CefSharp only runs on windows
1 parent 525e9be commit 9d52314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet/PackageReference/CefSharp.OffScreen.NETCore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependencies>
1515
<group targetFramework=".NETCoreApp3.1">
1616
<dependency id="CefSharp.Common.NETCore" version="[$version$]" include="Runtime,Compile,Build,Native" />
17-
<dependency id="System.Drawing.Common" version="4.7.0" />
17+
<dependency id="System.Drawing.Common" version="4.7.3" />
1818
</group>
1919
</dependencies>
2020
<releaseNotes>

0 commit comments

Comments
 (0)