diff --git a/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj b/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj index ae2dbfc1..59a2f224 100644 --- a/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj +++ b/DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/GitHub.RepositoryExplorer.Client/GitHub.RepositoryExplorer.Client.csproj b/GitHub.RepositoryExplorer.Client/GitHub.RepositoryExplorer.Client.csproj index 411f8d71..bfff64d2 100644 --- a/GitHub.RepositoryExplorer.Client/GitHub.RepositoryExplorer.Client.csproj +++ b/GitHub.RepositoryExplorer.Client/GitHub.RepositoryExplorer.Client.csproj @@ -16,12 +16,12 @@ - - - - + + + + - + diff --git a/GitHub.RepositoryExplorer.Functions/GitHub.RepositoryExplorer.Functions.csproj b/GitHub.RepositoryExplorer.Functions/GitHub.RepositoryExplorer.Functions.csproj index f57d2502..6a5440ad 100644 --- a/GitHub.RepositoryExplorer.Functions/GitHub.RepositoryExplorer.Functions.csproj +++ b/GitHub.RepositoryExplorer.Functions/GitHub.RepositoryExplorer.Functions.csproj @@ -9,11 +9,11 @@ - - - - - + + + + + diff --git a/GitHub.RepositoryExplorer.Models/GitHub.RepositoryExplorer.Models.csproj b/GitHub.RepositoryExplorer.Models/GitHub.RepositoryExplorer.Models.csproj index c72e9ccd..1266bdf2 100644 --- a/GitHub.RepositoryExplorer.Models/GitHub.RepositoryExplorer.Models.csproj +++ b/GitHub.RepositoryExplorer.Models/GitHub.RepositoryExplorer.Models.csproj @@ -18,10 +18,10 @@ - - + + - + diff --git a/GitHub.RepositoryExplorer.Services/GitHub.RepositoryExplorer.Services.csproj b/GitHub.RepositoryExplorer.Services/GitHub.RepositoryExplorer.Services.csproj index f96580bd..e0e6f094 100644 --- a/GitHub.RepositoryExplorer.Services/GitHub.RepositoryExplorer.Services.csproj +++ b/GitHub.RepositoryExplorer.Services/GitHub.RepositoryExplorer.Services.csproj @@ -9,7 +9,7 @@ - + diff --git a/GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj b/GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj index 9989ca44..205b0159 100644 --- a/GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj +++ b/GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/RepoMan/RepoMan.csproj b/RepoMan/RepoMan.csproj index 078230cd..49d2d62a 100644 --- a/RepoMan/RepoMan.csproj +++ b/RepoMan/RepoMan.csproj @@ -25,7 +25,7 @@ - + diff --git a/RepoManChecker/RepoManCheckerCLI.csproj b/RepoManChecker/RepoManCheckerCLI.csproj index af14bbe6..e25f873d 100644 --- a/RepoManChecker/RepoManCheckerCLI.csproj +++ b/RepoManChecker/RepoManCheckerCLI.csproj @@ -17,14 +17,14 @@ --> - - - - + + + + - + diff --git a/WhatsNew.Infrastructure.Tests/WhatsNew.Infrastructure.Tests.csproj b/WhatsNew.Infrastructure.Tests/WhatsNew.Infrastructure.Tests.csproj index e186d539..bda5b4a4 100644 --- a/WhatsNew.Infrastructure.Tests/WhatsNew.Infrastructure.Tests.csproj +++ b/WhatsNew.Infrastructure.Tests/WhatsNew.Infrastructure.Tests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj b/WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj index 5dac7010..1f2e4704 100644 --- a/WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj +++ b/WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj @@ -14,9 +14,9 @@ - - - + + + diff --git a/XmlDocConflictResolver/XmlDocConflictResolver.csproj b/XmlDocConflictResolver/XmlDocConflictResolver.csproj index e43515fe..33c181cd 100644 --- a/XmlDocConflictResolver/XmlDocConflictResolver.csproj +++ b/XmlDocConflictResolver/XmlDocConflictResolver.csproj @@ -10,7 +10,7 @@ - + diff --git a/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj b/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj index ee63a417..516bde7c 100644 --- a/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj +++ b/actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj @@ -21,7 +21,7 @@ - + diff --git a/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj b/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj index d9729d09..e06a6493 100644 --- a/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj +++ b/actions/docs-verifier/src/MarkdownLinksVerifier/MarkdownLinksVerifier.csproj @@ -7,7 +7,7 @@ - + diff --git a/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj b/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj index bba249f1..ceea5c5d 100644 --- a/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj +++ b/actions/docs-verifier/src/RedirectionVerifier/RedirectionVerifier.csproj @@ -7,7 +7,7 @@ - + diff --git a/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj b/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj index a8c09adc..a09594da 100644 --- a/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj +++ b/actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj @@ -12,7 +12,7 @@ - + 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 e1113ded..8a76d832 100644 --- a/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj +++ b/actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/actions/sequester/ImportIssues/ImportIssues.csproj b/actions/sequester/ImportIssues/ImportIssues.csproj index cb1d8063..f0894c86 100644 --- a/actions/sequester/ImportIssues/ImportIssues.csproj +++ b/actions/sequester/ImportIssues/ImportIssues.csproj @@ -11,14 +11,14 @@ - - - - - + + + + + - + diff --git a/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj b/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj index 51a66091..bbec5314 100644 --- a/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj +++ b/actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj @@ -19,16 +19,16 @@ - - - - - + + + + + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/actions/sequester/Quest2GitHub/Quest2GitHub.csproj b/actions/sequester/Quest2GitHub/Quest2GitHub.csproj index 74263a16..390f9577 100644 --- a/actions/sequester/Quest2GitHub/Quest2GitHub.csproj +++ b/actions/sequester/Quest2GitHub/Quest2GitHub.csproj @@ -13,10 +13,10 @@ - - - - + + + + diff --git a/cleanrepo/CleanRepo.csproj b/cleanrepo/CleanRepo.csproj index 98ba07b6..b9425d63 100644 --- a/cleanrepo/CleanRepo.csproj +++ b/cleanrepo/CleanRepo.csproj @@ -15,9 +15,9 @@ - - - + + +