From e7b7d5c292962156014fc22a46a317655c115617 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:13:16 -0700 Subject: [PATCH 1/2] add package versions --- actions/docs-verifier/src/GitHub/GitHub.csproj | 2 +- .../src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj | 2 +- .../src/RedirectionVerifier/RedirectionVerifier.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/docs-verifier/src/GitHub/GitHub.csproj b/actions/docs-verifier/src/GitHub/GitHub.csproj index 3db27c0c..f2336613 100644 --- a/actions/docs-verifier/src/GitHub/GitHub.csproj +++ b/actions/docs-verifier/src/GitHub/GitHub.csproj @@ -5,6 +5,6 @@ enable - + \ No newline at end of file diff --git a/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj b/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj index 2db70848..10b596bc 100644 --- a/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj +++ b/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj @@ -5,7 +5,7 @@ enable - + diff --git a/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj b/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj index 778d1380..92f00b69 100644 --- a/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj +++ b/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj @@ -5,7 +5,7 @@ enable - + From 56daea6f325d39fa4af51788c8a35c449eddedcb Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:42:41 -0700 Subject: [PATCH 2/2] remove CPM --- Directory.Packages.props | 60 ------------------- DotNet.DocsTools/DotNet.DocsTools.csproj | 8 +-- .../DotnetDocsTools.Tests.csproj | 10 ++-- IssueCloser/IssueCloser.csproj | 4 +- PackageIndexer/PackageIndexer.csproj | 10 ++-- RepoMan/RepoMan.csproj | 22 +++---- RepoManChecker/RepoManCheckerCLI.csproj | 16 ++--- .../XmlDocConflictResolver.csproj | 4 +- .../src/dependabot-bot/dependabot-bot.csproj | 6 +- .../GitHub.UnitTests/GitHub.UnitTests.csproj | 10 ++-- .../MarkdownLinksVerifier.UnitTests.csproj | 10 ++-- .../ImportIssues/ImportIssues.csproj | 16 ++--- .../Quest2GitHub.Tests.csproj | 18 +++--- .../Quest2GitHub/Quest2GitHub.csproj | 12 ++-- cleanrepo/CleanRepo.csproj | 10 ++-- .../PullRequestSimulations.Generators.csproj | 8 +-- .../PullRequestSimulations.csproj | 8 +-- snippets5000/Snippets5000/Snippets5000.csproj | 4 +- 18 files changed, 88 insertions(+), 148 deletions(-) delete mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props deleted file mode 100644 index 2e44e523..00000000 --- a/Directory.Packages.props +++ /dev/null @@ -1,60 +0,0 @@ - - - true - false - $(NoWarn);NU1507 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DotNet.DocsTools/DotNet.DocsTools.csproj b/DotNet.DocsTools/DotNet.DocsTools.csproj index e72f35f5..f3f970c9 100644 --- a/DotNet.DocsTools/DotNet.DocsTools.csproj +++ b/DotNet.DocsTools/DotNet.DocsTools.csproj @@ -1,4 +1,4 @@ - + net10.0 enable @@ -7,8 +7,8 @@ 2.3.0.0 - - - + + + \ No newline at end of file diff --git a/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj b/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj index 8517076f..6ab2e90e 100644 --- a/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj +++ b/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj @@ -6,14 +6,14 @@ false - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/IssueCloser/IssueCloser.csproj b/IssueCloser/IssueCloser.csproj index c7fe5684..584d5aad 100644 --- a/IssueCloser/IssueCloser.csproj +++ b/IssueCloser/IssueCloser.csproj @@ -1,4 +1,4 @@ - + Exe net10.0 @@ -16,7 +16,7 @@ - + diff --git a/PackageIndexer/PackageIndexer.csproj b/PackageIndexer/PackageIndexer.csproj index 4d62f020..141adfd2 100644 --- a/PackageIndexer/PackageIndexer.csproj +++ b/PackageIndexer/PackageIndexer.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/RepoMan/RepoMan.csproj b/RepoMan/RepoMan.csproj index 7f8d2b83..bf57195c 100644 --- a/RepoMan/RepoMan.csproj +++ b/RepoMan/RepoMan.csproj @@ -13,17 +13,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/RepoManChecker/RepoManCheckerCLI.csproj b/RepoManChecker/RepoManCheckerCLI.csproj index 346e657c..c1161932 100644 --- a/RepoManChecker/RepoManCheckerCLI.csproj +++ b/RepoManChecker/RepoManCheckerCLI.csproj @@ -14,14 +14,14 @@ --> - - - - - - - - + + + + + + + + diff --git a/XmlDocConflictResolver/XmlDocConflictResolver.csproj b/XmlDocConflictResolver/XmlDocConflictResolver.csproj index c6f581de..e1cd2870 100644 --- a/XmlDocConflictResolver/XmlDocConflictResolver.csproj +++ b/XmlDocConflictResolver/XmlDocConflictResolver.csproj @@ -6,7 +6,7 @@ enable - - + + \ No newline at end of file diff --git a/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj b/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj index 50d60b67..7d775c0c 100644 --- a/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj +++ b/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj @@ -19,8 +19,8 @@ ..\.. - - - + + + \ No newline at end of file diff --git a/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj b/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj index 029d49eb..1121a04b 100644 --- a/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj +++ b/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj @@ -6,14 +6,14 @@ false - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj b/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj index ddbb2c79..c4577599 100644 --- a/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj +++ b/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj @@ -6,14 +6,14 @@ false - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/actions/sequester/ImportIssues/ImportIssues.csproj b/actions/sequester/ImportIssues/ImportIssues.csproj index d0f3eb3e..5b08c72a 100644 --- a/actions/sequester/ImportIssues/ImportIssues.csproj +++ b/actions/sequester/ImportIssues/ImportIssues.csproj @@ -1,4 +1,4 @@ - + Exe net10.0 @@ -9,13 +9,13 @@ 2.3.0.0 - - - - - - - + + + + + + + diff --git a/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj b/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj index 25a63af6..eb46a790 100644 --- a/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj +++ b/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj @@ -14,18 +14,18 @@ - - - - - - - - + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/actions/sequester/Quest2GitHub/Quest2GitHub.csproj b/actions/sequester/Quest2GitHub/Quest2GitHub.csproj index 28fce4c4..0a2fbb4f 100644 --- a/actions/sequester/Quest2GitHub/Quest2GitHub.csproj +++ b/actions/sequester/Quest2GitHub/Quest2GitHub.csproj @@ -10,14 +10,14 @@ - - - - - + + + + + - + \ No newline at end of file diff --git a/cleanrepo/CleanRepo.csproj b/cleanrepo/CleanRepo.csproj index 1114b564..9dc5d4ed 100644 --- a/cleanrepo/CleanRepo.csproj +++ b/cleanrepo/CleanRepo.csproj @@ -15,11 +15,11 @@ - - - - - + + + + + diff --git a/snippets5000/PullRequestSimulations.Generators/PullRequestSimulations.Generators.csproj b/snippets5000/PullRequestSimulations.Generators/PullRequestSimulations.Generators.csproj index a579c2f7..e539310e 100644 --- a/snippets5000/PullRequestSimulations.Generators/PullRequestSimulations.Generators.csproj +++ b/snippets5000/PullRequestSimulations.Generators/PullRequestSimulations.Generators.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -7,9 +7,9 @@ - - - + + + diff --git a/snippets5000/PullRequestSimulations/PullRequestSimulations.csproj b/snippets5000/PullRequestSimulations/PullRequestSimulations.csproj index 3fcc1fdf..e7f627c7 100644 --- a/snippets5000/PullRequestSimulations/PullRequestSimulations.csproj +++ b/snippets5000/PullRequestSimulations/PullRequestSimulations.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -16,9 +16,9 @@ - - - + + + diff --git a/snippets5000/Snippets5000/Snippets5000.csproj b/snippets5000/Snippets5000/Snippets5000.csproj index f2079f50..e8cf6185 100644 --- a/snippets5000/Snippets5000/Snippets5000.csproj +++ b/snippets5000/Snippets5000/Snippets5000.csproj @@ -1,4 +1,4 @@ - + Exe net10.0 @@ -11,7 +11,7 @@ $(DefineConstants);LINUX - +