diff --git a/Directory.Build.props b/Directory.Build.props index 5600e6931..943c7ad41 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 0.75.0 + 0.76.0 12 diff --git a/Directory.Packages.props b/Directory.Packages.props index baa27d297..837d2410b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,13 +9,13 @@ - + - + @@ -36,19 +36,19 @@ - - + + - + - + @@ -56,10 +56,10 @@ - - - - + + + + @@ -77,11 +77,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -93,7 +93,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/applications/evaluation/Evaluation.csproj b/applications/evaluation/Evaluation.csproj index a3af24b43..258365d2b 100644 --- a/applications/evaluation/Evaluation.csproj +++ b/applications/evaluation/Evaluation.csproj @@ -4,7 +4,7 @@ net8.0 Microsoft.KernelMemory.Evaluation Microsoft.KernelMemory.Evaluation - $(NoWarn);KMEXP00;CA1711;CS1574;NU5104;SKEXP0001;CS8002; + $(NoWarn);KMEXP00;CA1711;CS1574;NU5104;SKEXP0001;CS8002;SKEXP0010;