Skip to content

Commit

Permalink
Fixed windows platform warnings in FirewallApi missed since it's VB
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Apr 30, 2024
1 parent 1a3a4f9 commit a9f3a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PInvoke/FirewallApi/Vanara.PInvoke.FirewallApi.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SupportedDlls>FirewallApi.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<!--<TargetFrameworks>net45;net48;net6.0-windows;net7.0-windows;netstandard2.0;netcoreapp3.1</TargetFrameworks>-->
<TargetFrameworks>net45;net48;net6.0-windows;net7.0-windows;net8.0-windows;netstandard2.0;netcoreapp3.1</TargetFrameworks>
<Description>PInvoke API (methods, structures and constants) imported from FirewallApi.dll for Windows Firewall with Advanced Security.</Description>
<AssemblyName>Vanara.PInvoke.FirewallApi</AssemblyName>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
Expand Down

0 comments on commit a9f3a59

Please sign in to comment.