diff --git a/Directory.Packages.props b/Directory.Packages.props index 9bf954a54..369bcdd29 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,16 +4,12 @@ true + - - - - - \ No newline at end of file diff --git a/Source/Moq.Analyzers.Test/Moq.Analyzers.Test.csproj b/Source/Moq.Analyzers.Test/Moq.Analyzers.Test.csproj index 8469f2748..f23cac3e0 100644 --- a/Source/Moq.Analyzers.Test/Moq.Analyzers.Test.csproj +++ b/Source/Moq.Analyzers.Test/Moq.Analyzers.Test.csproj @@ -2,7 +2,8 @@ net8.0 - false + false + true @@ -18,16 +19,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/build/targets/tests/Packages.props b/build/targets/tests/Packages.props new file mode 100644 index 000000000..a05dbacbe --- /dev/null +++ b/build/targets/tests/Packages.props @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/build/targets/tests/Tests.props b/build/targets/tests/Tests.props index 8c119d541..7583b1f54 100644 --- a/build/targets/tests/Tests.props +++ b/build/targets/tests/Tests.props @@ -1,2 +1,13 @@ + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + +