From ebf5e8b6c73279008da9602950cf648d24cb1799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:36:06 +0000 Subject: [PATCH] Bump the deps group across 1 directory with 22 updates Bumps the deps group with 22 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` | | [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` | | [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.1` | `11.9.2` | | [Microsoft.AspNetCore.DataProtection.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` | | [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | | [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` | | [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` | | [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` | | [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.4` | `15.1.6` | | [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.11.3` | `1.11.4` | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.3` | | [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | | [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | | [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` | | [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` | | [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.52.0` | `5.56.0` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.2` | `7.6.0` | | [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.2.0` | `5.2.1` | | [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.27.0` | `1.27.1` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` | | [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` | | [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.18.1` | `2.19.1` | | [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.11.3` | `1.11.4` | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.3` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.2` | `7.6.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.1` | `6.6.2` | | [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.234` | `7.0.236` | | [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` | | [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | | [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | | [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` | | [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` | | [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` | Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0) Updates `xunit` from 2.8.0 to 2.8.1 - [Commits](https://github.com/xunit/xunit/compare/2.8.0...2.8.1) Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1) Updates `FluentValidation` from 11.9.1 to 11.9.2 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.9.1...11.9.2) Updates `Microsoft.AspNetCore.DataProtection.Abstractions` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) Updates `Nox.Solution` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Solution/releases) - [Commits](https://github.com/NoxOrg/Nox.Solution/commits) Updates `Nox.Yaml` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Generator/releases) - [Commits](https://github.com/NoxOrg/Nox.Generator/compare/v7.0.234...v7.0.236) Updates `Nox.Yaml` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Generator/releases) - [Commits](https://github.com/NoxOrg/Nox.Generator/compare/v7.0.234...v7.0.236) Updates `YamlDotNet` from 15.1.4 to 15.1.6 - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](https://github.com/aaubry/YamlDotNet/compare/v15.1.4...v15.1.6) Updates `Azure.Identity` from 1.11.3 to 1.11.4 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.3...Azure.Identity_1.11.4) Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.3 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.61.0...4.61.3) Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) Updates `Nox.Solution` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Solution/releases) - [Commits](https://github.com/NoxOrg/Nox.Solution/commits) Updates `Nox.Yaml` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Generator/releases) - [Commits](https://github.com/NoxOrg/Nox.Generator/compare/v7.0.234...v7.0.236) Updates `Microsoft.Graph` from 5.52.0 to 5.56.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/v5.52.0...v5.56.0) Updates `System.IdentityModel.Tokens.Jwt` from 7.5.2 to 7.6.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.2...7.6.0) Updates `Microsoft.Data.SqlClient` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotnet/sqlclient/compare/V5.2.0...v5.2.1) Updates `Elastic.Apm.NetCoreAll` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/elastic/apm-agent-dotnet/releases) - [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc) - [Commits](https://github.com/elastic/apm-agent-dotnet/compare/v1.27.0...v1.27.1) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) Updates `Microsoft.Identity.Web` from 2.18.1 to 2.19.1 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](https://github.com/AzureAD/microsoft-identity-web/commits) Updates `Azure.Identity` from 1.11.3 to 1.11.4 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.3...Azure.Identity_1.11.4) Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.3 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.61.0...4.61.3) Updates `System.IdentityModel.Tokens.Jwt` from 7.5.2 to 7.6.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.2...7.6.0) Updates `Swashbuckle.AspNetCore` from 6.6.1 to 6.6.2 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2) Updates `Nox.Types` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Types/releases) - [Commits](https://github.com/NoxOrg/Nox.Types/commits) Updates `Nox.Yaml` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Generator/releases) - [Commits](https://github.com/NoxOrg/Nox.Generator/compare/v7.0.234...v7.0.236) Updates `Nox.Secrets` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) Updates `Nox.Solution` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Solution/releases) - [Commits](https://github.com/NoxOrg/Nox.Solution/commits) Updates `Nox.Yaml` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Generator/releases) - [Commits](https://github.com/NoxOrg/Nox.Generator/compare/v7.0.234...v7.0.236) Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.236 - [Release notes](https://github.com/NoxOrg/Nox.Lib/releases) - [Commits](https://github.com/NoxOrg/Nox.Lib/commits) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Solution dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets.Azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Solution dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Graph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Elastic.Apm.NetCoreAll dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Solution dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Nox.Secrets.Azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj | 6 +++--- src/Nox.Cli.Caching/Nox.Cli.Caching.csproj | 8 ++++---- .../Nox.Cli.Configuration.csproj | 2 +- src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj | 2 +- .../Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj | 2 +- .../Nox.Cli.Plugin.AzureAd.csproj | 4 ++-- .../Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj | 4 ++-- .../Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj | 4 ++-- src/Nox.Cli.Server/Nox.Cli.Server.csproj | 12 ++++++------ src/Nox.Cli.Variables/Nox.Cli.Variables.csproj | 8 ++++---- src/Nox.Cli/Nox.Cli.csproj | 12 ++++++------ tests/Nox.Cli.Tests/Nox.Cli.Tests.csproj | 4 ++-- tests/Plugin.Core.Tests/Plugin.Core.Tests.csproj | 4 ++-- tests/Plugin.File.Tests/Plugin.File.Tests.csproj | 4 ++-- .../Plugin.Powershell.Tests.csproj | 6 +++--- 15 files changed, 41 insertions(+), 41 deletions(-) mode change 100755 => 100644 src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj mode change 100755 => 100644 src/Nox.Cli.Caching/Nox.Cli.Caching.csproj mode change 100755 => 100644 src/Nox.Cli.Configuration/Nox.Cli.Configuration.csproj mode change 100755 => 100644 src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj mode change 100755 => 100644 src/Nox.Cli.Server/Nox.Cli.Server.csproj mode change 100755 => 100644 src/Nox.Cli.Variables/Nox.Cli.Variables.csproj diff --git a/src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj b/src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj old mode 100755 new mode 100644 index a420e75..16222cc --- a/src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj +++ b/src/Nox.Cli.Abstractions/Nox.Cli.Abstractions.csproj @@ -7,11 +7,11 @@ - + - + - + diff --git a/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj b/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj old mode 100755 new mode 100644 index 5e0212d..37fd10e --- a/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj +++ b/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj @@ -13,12 +13,12 @@ - - + + - - + + diff --git a/src/Nox.Cli.Configuration/Nox.Cli.Configuration.csproj b/src/Nox.Cli.Configuration/Nox.Cli.Configuration.csproj old mode 100755 new mode 100644 index fb00a24..d77251b --- a/src/Nox.Cli.Configuration/Nox.Cli.Configuration.csproj +++ b/src/Nox.Cli.Configuration/Nox.Cli.Configuration.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj b/src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj old mode 100755 new mode 100644 index 62f6236..d45fd55 --- a/src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj +++ b/src/Nox.Cli.Helpers/Nox.Cli.Helpers.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj old mode 100755 new mode 100644 index 5cedffe..fac2a9c --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj old mode 100755 new mode 100644 index 52201cf..368ce26 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj index 20e9de4..7d56311 100644 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj old mode 100755 new mode 100644 index d412fc0..b8d4bc0 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Nox.Cli.Server/Nox.Cli.Server.csproj b/src/Nox.Cli.Server/Nox.Cli.Server.csproj old mode 100755 new mode 100644 index 9892478..b53540d --- a/src/Nox.Cli.Server/Nox.Cli.Server.csproj +++ b/src/Nox.Cli.Server/Nox.Cli.Server.csproj @@ -7,14 +7,14 @@ Linux - - - - + + + + - + - + diff --git a/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj b/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj old mode 100755 new mode 100644 index 45699dc..2fe86a1 --- a/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj +++ b/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj @@ -15,12 +15,12 @@ - + - + - - + + diff --git a/src/Nox.Cli/Nox.Cli.csproj b/src/Nox.Cli/Nox.Cli.csproj index 6e32557..e41ceb4 100644 --- a/src/Nox.Cli/Nox.Cli.csproj +++ b/src/Nox.Cli/Nox.Cli.csproj @@ -29,25 +29,25 @@ - + - + - + - + - + - + diff --git a/tests/Nox.Cli.Tests/Nox.Cli.Tests.csproj b/tests/Nox.Cli.Tests/Nox.Cli.Tests.csproj index 443627b..6396ad7 100644 --- a/tests/Nox.Cli.Tests/Nox.Cli.Tests.csproj +++ b/tests/Nox.Cli.Tests/Nox.Cli.Tests.csproj @@ -15,8 +15,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Plugin.Core.Tests/Plugin.Core.Tests.csproj b/tests/Plugin.Core.Tests/Plugin.Core.Tests.csproj index 161c51c..dab36ca 100644 --- a/tests/Plugin.Core.Tests/Plugin.Core.Tests.csproj +++ b/tests/Plugin.Core.Tests/Plugin.Core.Tests.csproj @@ -12,8 +12,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Plugin.File.Tests/Plugin.File.Tests.csproj b/tests/Plugin.File.Tests/Plugin.File.Tests.csproj index 9eb3c0d..58940ae 100644 --- a/tests/Plugin.File.Tests/Plugin.File.Tests.csproj +++ b/tests/Plugin.File.Tests/Plugin.File.Tests.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Plugin.Powershell.Tests/Plugin.Powershell.Tests.csproj b/tests/Plugin.Powershell.Tests/Plugin.Powershell.Tests.csproj index 6814fdc..37c0e14 100644 --- a/tests/Plugin.Powershell.Tests/Plugin.Powershell.Tests.csproj +++ b/tests/Plugin.Powershell.Tests/Plugin.Powershell.Tests.csproj @@ -10,9 +10,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all