diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..b6cfdec --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,26 @@ + + + true + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Parlot.sln b/Parlot.sln index 3446b78..fd5d0d4 100644 --- a/Parlot.sln +++ b/Parlot.sln @@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .github\workflows\build.yml = .github\workflows\build.yml + Directory.Packages.props = Directory.Packages.props .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md EndProjectSection diff --git a/src/Parlot/Parlot.csproj b/src/Parlot/Parlot.csproj index bdac78b..d663953 100644 --- a/src/Parlot/Parlot.csproj +++ b/src/Parlot/Parlot.csproj @@ -14,9 +14,8 @@ - - - + + diff --git a/test/Parlot.Benchmarks/Parlot.Benchmarks.csproj b/test/Parlot.Benchmarks/Parlot.Benchmarks.csproj index 8f4d314..eca0f07 100644 --- a/test/Parlot.Benchmarks/Parlot.Benchmarks.csproj +++ b/test/Parlot.Benchmarks/Parlot.Benchmarks.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/test/Parlot.Tests/Parlot.Tests.csproj b/test/Parlot.Tests/Parlot.Tests.csproj index 68219c6..55bcf5f 100644 --- a/test/Parlot.Tests/Parlot.Tests.csproj +++ b/test/Parlot.Tests/Parlot.Tests.csproj @@ -11,13 +11,14 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all