diff --git a/Directory.Build.props b/Directory.Build.props index 702aa4e4..7bbe1d34 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,7 +22,7 @@ https://github.com/dahall/vanara Vanara.PInvoke true - $(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026 + $(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026;IL2075;IL2067;IL2070;IL2072;IL2077;IL2080;IL2087;IL2090;CS0618; true diff --git a/Directory.Build.targets b/Directory.Build.targets index 270669e2..06e08f37 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -16,6 +16,15 @@ + + + diff --git a/Vanara.sln b/Vanara.sln index a4b870e3..3c9882ed 100644 --- a/Vanara.sln +++ b/Vanara.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md Vanara.Library.nuspec = Vanara.Library.nuspec Vanara.snk = Vanara.snk + x64.nuspec = x64.nuspec EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vanara.BITS", "BITS\Vanara.BITS.csproj", "{C7ACE187-CB36-4CEA-AE0C-651669237427}"