Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Steeltoe.All.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
STEELTOE_MACOS_DIAGNOSE_HOSTNAME_LOOKUP: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: true
SOLUTION_FILE: 'src/Steeltoe.All.sln'
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
COMMON_TEST_ARGS: >-
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 1m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: true
SOLUTION_FILE: 'src/Steeltoe.All.sln'
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
VERSION_FILE: 'shared-package.props'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-vulnerable-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: true
SOLUTION_FILE: 'src/Steeltoe.All.sln'
SOLUTION_FILE: 'src/Steeltoe.All.slnx'

jobs:
scan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
STEELTOE_MACOS_DIAGNOSE_HOSTNAME_LOOKUP: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: true
SOLUTION_FILE: 'src/Steeltoe.All.sln'
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
SONAR_TEST_ARGS: >-
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
--settings coverlet.runsettings -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.UseSourceLink=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: true
SOLUTION_FILE: 'src/Steeltoe.All.sln'
SOLUTION_FILE: 'src/Steeltoe.All.slnx'

jobs:
verify:
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dotnet test

For final validation before committing changes:
```bash
dotnet build src/Steeltoe.All.sln --configuration Release
dotnet test src/Steeltoe.All.sln --configuration Release
dotnet build src/Steeltoe.All.slnx --configuration Release
dotnet test src/Steeltoe.All.slnx --configuration Release
```

### Run Tests
Expand Down
2 changes: 1 addition & 1 deletion cleanupcode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param(

$ErrorActionPreference = "Stop"
$PSNativeCommandUseErrorActionPreference = $true
$solutionFile = 'src/Steeltoe.All.sln'
$solutionFile = 'src/Steeltoe.All.slnx'

dotnet tool restore
dotnet restore $solutionFile /p:NuGetAudit=false
Expand Down
572 changes: 0 additions & 572 deletions src/Steeltoe.All.sln

This file was deleted.

116 changes: 116 additions & 0 deletions src/Steeltoe.All.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<Solution>
<Folder Name="/Bootstrap/">
<Project Path="Bootstrap/src/AutoConfiguration/Steeltoe.Bootstrap.AutoConfiguration.csproj" />
<Project Path="Bootstrap/test/AutoConfiguration.Test/Steeltoe.Bootstrap.AutoConfiguration.Test.csproj" />
<Project Path="Bootstrap/test/EmptyAutoConfiguration.Test/Steeltoe.Bootstrap.EmptyAutoConfiguration.Test.csproj" />
</Folder>
<Folder Name="/Common/">
<File Path="Common/README.md" />
<Project Path="Common/src/Certificates/Steeltoe.Common.Certificates.csproj" />
<Project Path="Common/src/Common/Steeltoe.Common.csproj" />
<Project Path="Common/src/Hosting/Steeltoe.Common.Hosting.csproj" />
<Project Path="Common/src/Http/Steeltoe.Common.Http.csproj" />
<Project Path="Common/src/Logging/Steeltoe.Common.Logging.csproj" />
<Project Path="Common/src/Net/Steeltoe.Common.Net.csproj" />
<Project Path="Common/test/Certificates.Test/Steeltoe.Common.Certificates.Test.csproj" />
<Project Path="Common/test/Common.Test/Steeltoe.Common.Test.csproj" />
<Project Path="Common/test/Hosting.Test/Steeltoe.Common.Hosting.Test.csproj" />
<Project Path="Common/test/Http.Test/Steeltoe.Common.Http.Test.csproj" />
<Project Path="Common/test/Logging.Test/Steeltoe.Common.Logging.Test.csproj" />
<Project Path="Common/test/Net.Test/Steeltoe.Common.Net.Test.csproj" />
<Project Path="Common/test/TestResources/Steeltoe.Common.TestResources.csproj" />
</Folder>
<Folder Name="/Configuration/">
<File Path="Configuration/README.md" />
<Project Path="Configuration/src/Abstractions/Steeltoe.Configuration.Abstractions.csproj" />
<Project Path="Configuration/src/CloudFoundry/Steeltoe.Configuration.CloudFoundry.csproj" />
<Project Path="Configuration/src/ConfigServer/Steeltoe.Configuration.ConfigServer.csproj" />
<Project Path="Configuration/src/Encryption/Steeltoe.Configuration.Encryption.csproj" />
<Project Path="Configuration/src/Kubernetes.ServiceBindings/Steeltoe.Configuration.Kubernetes.ServiceBindings.csproj" />
<Project Path="Configuration/src/Placeholder/Steeltoe.Configuration.Placeholder.csproj" />
<Project Path="Configuration/src/RandomValue/Steeltoe.Configuration.RandomValue.csproj" />
<Project Path="Configuration/src/SpringBoot/Steeltoe.Configuration.SpringBoot.csproj" />
<Project Path="Configuration/test/CloudFoundry.Test/Steeltoe.Configuration.CloudFoundry.Test.csproj" />
<Project Path="Configuration/test/ConfigServer.Discovery.Test/Steeltoe.Configuration.ConfigServer.Discovery.Test.csproj" />
<Project Path="Configuration/test/ConfigServer.Integration.Test/Steeltoe.Configuration.ConfigServer.Integration.Test.csproj" />
<Project Path="Configuration/test/ConfigServer.Test/Steeltoe.Configuration.ConfigServer.Test.csproj" />
<Project Path="Configuration/test/Encryption.Test/Steeltoe.Configuration.Encryption.Test.csproj" />
<Project Path="Configuration/test/Kubernetes.ServiceBindings.Test/Steeltoe.Configuration.Kubernetes.ServiceBindings.Test.csproj" />
<Project Path="Configuration/test/Placeholder.Test/Steeltoe.Configuration.Placeholder.Test.csproj" />
<Project Path="Configuration/test/RandomValue.Test/Steeltoe.Configuration.RandomValue.Test.csproj" />
<Project Path="Configuration/test/SpringBoot.Test/Steeltoe.Configuration.SpringBoot.Test.csproj" />
</Folder>
<Folder Name="/Connectors/">
<File Path="Connectors/README.md" />
<Project Path="Connectors/src/Connectors/Steeltoe.Connectors.csproj" />
<Project Path="Connectors/src/EntityFrameworkCore/Steeltoe.Connectors.EntityFrameworkCore.csproj" />
<Project Path="Connectors/test/Connectors.Test/Steeltoe.Connectors.Test.csproj" />
<Project Path="Connectors/test/EntityFrameworkCore.Test/Steeltoe.Connectors.EntityFrameworkCore.Test.csproj" />
</Folder>
<Folder Name="/Discovery/">
<File Path="Discovery/README.md" />
<Project Path="Discovery/src/Configuration/Steeltoe.Discovery.Configuration.csproj" />
<Project Path="Discovery/src/Consul/Steeltoe.Discovery.Consul.csproj" />
<Project Path="Discovery/src/Eureka/Steeltoe.Discovery.Eureka.csproj" />
<Project Path="Discovery/src/HttpClients/Steeltoe.Discovery.HttpClients.csproj" />
<Project Path="Discovery/test/Configuration.Test/Steeltoe.Discovery.Configuration.Test.csproj" />
<Project Path="Discovery/test/Consul.Test/Steeltoe.Discovery.Consul.Test.csproj" />
<Project Path="Discovery/test/Eureka.Test/Steeltoe.Discovery.Eureka.Test.csproj" />
<Project Path="Discovery/test/HttpClients.Test/Steeltoe.Discovery.HttpClients.Test.csproj" />
</Folder>
<Folder Name="/Logging/">
<File Path="Logging/README.md" />
<Project Path="Logging/src/Abstractions/Steeltoe.Logging.Abstractions.csproj" />
<Project Path="Logging/src/DynamicConsole/Steeltoe.Logging.DynamicConsole.csproj" />
<Project Path="Logging/src/DynamicSerilog/Steeltoe.Logging.DynamicSerilog.csproj" />
<Project Path="Logging/test/DynamicConsole.Test/Steeltoe.Logging.DynamicConsole.Test.csproj" />
<Project Path="Logging/test/DynamicSerilog.Test/Steeltoe.Logging.DynamicSerilog.Test.csproj" />
</Folder>
<Folder Name="/Management/">
<File Path="Management/README.md" />
<Project Path="Management/src/Abstractions/Steeltoe.Management.Abstractions.csproj" />
<Project Path="Management/src/Endpoint/Steeltoe.Management.Endpoint.csproj" />
<Project Path="Management/src/Prometheus/Steeltoe.Management.Prometheus.csproj" />
<Project Path="Management/src/Tasks/Steeltoe.Management.Tasks.csproj" />
<Project Path="Management/src/Tracing/Steeltoe.Management.Tracing.csproj" />
<Project Path="Management/test/Endpoint.Test/Steeltoe.Management.Endpoint.Test.csproj" />
<Project Path="Management/test/Prometheus.Test/Steeltoe.Management.Prometheus.Test.csproj" />
<Project Path="Management/test/RazorPagesTestWebApp/Steeltoe.Management.Endpoint.RazorPagesTestWebApp.csproj" />
<Project Path="Management/test/Tasks.Test/Steeltoe.Management.Tasks.Test.csproj" />
<Project Path="Management/test/Tracing.Test/Steeltoe.Management.Tracing.Test.csproj" />
</Folder>
<Folder Name="/Security/">
<File Path="Security/README.md" />
<Project Path="Security/src/Authentication.JwtBearer/Steeltoe.Security.Authentication.JwtBearer.csproj" />
<Project Path="Security/src/Authentication.OpenIdConnect/Steeltoe.Security.Authentication.OpenIdConnect.csproj" />
<Project Path="Security/src/Authorization.Certificate/Steeltoe.Security.Authorization.Certificate.csproj" />
<Project Path="Security/src/DataProtection.Redis/Steeltoe.Security.DataProtection.Redis.csproj" />
<Project Path="Security/test/Authentication.JwtBearer.Test/Steeltoe.Security.Authentication.JwtBearer.Test.csproj" />
<Project Path="Security/test/Authentication.OpenIdConnect.Test/Steeltoe.Security.Authentication.OpenIdConnect.Test.csproj" />
<Project Path="Security/test/Authorization.Certificate.Test/Steeltoe.Security.Authorization.Certificate.Test.csproj" />
<Project Path="Security/test/DataProtection.Redis.Test/Steeltoe.Security.DataProtection.Redis.Test.csproj" />
</Folder>
<Folder Name="/_shared/">
<File Path="../.editorconfig" />
<File Path="../.gitattributes" />
<File Path="../.gitignore" />
<File Path="../cleanupcode.ps1" />
<File Path="../coverlet.runsettings" />
<File Path="../Directory.Build.targets" />
<File Path="../nuget.config" />
<File Path="../PackageReadme.md" />
<File Path="../shared-package.props" />
<File Path="../shared-project.props" />
<File Path="../shared-test.props" />
<File Path="../shared.props" />
<File Path="../Steeltoe.Debug.ruleset" />
<File Path="../Steeltoe.Release.ruleset" />
<File Path="../stylecop.json" />
<File Path="../versions.props" />
</Folder>
<Folder Name="/_tools/">
<File Path="Tools/src/package.targets" />
<Project Path="Tools/src/ConfigurationSchemaGenerator/ConfigurationSchemaGenerator.csproj" />
<Project Path="Tools/test/ConfigurationSchemaGenerator.Tests/ConfigurationSchemaGenerator.Tests.csproj" />
</Folder>
</Solution>
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<s:Int64 x:Key="/Default/CodeEditing/NullCheckPatterns/PatternTypeNamesToPriority/=JetBrains_002EReSharper_002EFeature_002EServices_002ECSharp_002ENullChecking_002EIfThenThrowPattern/@EntryIndexedValue">2000</s:Int64>
<s:Int64 x:Key="/Default/CodeEditing/NullCheckPatterns/PatternTypeNamesToPriority/=JetBrains_002EReSharper_002EFeature_002EServices_002ECSharp_002ENullChecking_002EThrowExpressionNullCheckPattern/@EntryIndexedValue">3000</s:Int64>
<s:Boolean x:Key="/Default/CodeInspection/CodeAnnotations/PropagateAnnotations/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=2A975FB7_002D401B_002D41BB_002D96A4_002D1DF0036888A9/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=5CC834D7_002DC501_002D4FEC_002D9244_002DE829584192FB_002Ff_003AConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=5CC834D7_002DC501_002D4FEC_002D9244_002DE829584192FB_002Ff_003AConfigurationSchemaAttribute_002Ecs/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=C4C38F83_002D8410_002D443C_002D9599_002DACFB5FA7CD2D/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=C4C38F83_002D8410_002D443C_002D9599_002DACFB5FA7CD2D_002Ff_003AConfigurationSchemaAttributes_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003FCommon_003Fsrc_003FAbstractions_003FConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=DC1BC61A_002DE0FA_002D4CF9_002D9F24_002DD4C564A07836_002Ff_003ADirectory_002EBuild_002Etargets_002Fl_003A_002E_002E_003FDirectory_002EBuild_002Etargets/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=2A975FB7_002D401B_002D41BB_002D96A4_002D1DF0036888A9/@EntryIndexedValue">2A975FB7-401B-41BB-96A4-1DF0036888A9</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=61812938_002D5132_002D4AB6_002DB48D_002D2DF4189B3E37_002Ff_003AConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">61812938-5132-4AB6-B48D-2DF4189B3E37/f:ConfigurationSchemaAttributes.cs</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=C4C38F83_002D8410_002D443C_002D9599_002DACFB5FA7CD2D/@EntryIndexedValue">C4C38F83-8410-443C-9599-ACFB5FA7CD2D</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=C4C38F83_002D8410_002D443C_002D9599_002DACFB5FA7CD2D_002Ff_003AConfigurationSchemaAttributes_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003FCommon_003Fsrc_003FAbstractions_003FConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">C4C38F83-8410-443C-9599-ACFB5FA7CD2D/f:ConfigurationSchemaAttributes.cs/l:..?..?..?Common?src?Abstractions?ConfigurationSchemaAttributes.cs</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=DC1BC61A_002DE0FA_002D4CF9_002D9F24_002DD4C564A07836_002Ff_003ADirectory_002EBuild_002Etargets_002Fl_003A_002E_002E_003FDirectory_002EBuild_002Etargets/@EntryIndexedValue">DC1BC61A-E0FA-4CF9-9F24-D4C564A07836/f:Directory.Build.targets/l:..?Directory.Build.targets</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=2C62D385_002D0462_002DA9A1_002DB49F_002D11B2CA4C133B_002Ff_003ADirectory_002EBuild_002Etargets_002Fl_003A_002E_002E_003FDirectory_002EBuild_002Etargets/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=790DD63C_002D8905_002D7556_002DAEBC_002D3CA429B0A44A/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=CFB09DDD_002D8A94_002D3860_002DBFC2_002D111EC05320C3/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=2C62D385_002D0462_002DA9A1_002DB49F_002D11B2CA4C133B_002Ff_003ADirectory_002EBuild_002Etargets_002Fl_003A_002E_002E_003FDirectory_002EBuild_002Etargets/@EntryIndexedValue">2C62D385-0462-A9A1-B49F-11B2CA4C133B/f:Directory.Build.targets/l:..?Directory.Build.targets</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=790DD63C_002D8905_002D7556_002DAEBC_002D3CA429B0A44A/@EntryIndexedValue">790DD63C-8905-7556-AEBC-3CA429B0A44A</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=790DD63C_002D8905_002D7556_002DAEBC_002D3CA429B0A44A_002Ff_003AConfigurationSchemaAttributes_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003FCommon_003Fsrc_003FCommon_003FConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">790DD63C-8905-7556-AEBC-3CA429B0A44A/f:ConfigurationSchemaAttributes.cs/l:..?..?..?Common?src?Common?ConfigurationSchemaAttributes.cs</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=9D8CC586_002D97FA_002D57A6_002D1702_002D125D9D03645D_002Ff_003AConfigurationSchemaAttributes_002Ecs/@EntryIndexedValue">9D8CC586-97FA-57A6-1702-125D9D03645D/f:ConfigurationSchemaAttributes.cs</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=CFB09DDD_002D8A94_002D3860_002DBFC2_002D111EC05320C3/@EntryIndexedValue">CFB09DDD-8A94-3860-BFC2-111EC05320C3</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>
<s:Boolean x:Key="/Default/CodeInspection/Highlighting/IdentifierHighlightingEnabled/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArgumentsStyleAnonymousFunction/@EntryIndexedValue">SUGGESTION</s:String>
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Common.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Certificates\\Steeltoe.Common.Certificates.csproj",
"Common\\src\\Common\\Steeltoe.Common.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Configuration.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Certificates\\Steeltoe.Common.Certificates.csproj",
"Common\\src\\Common\\Steeltoe.Common.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Connectors.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Common\\Steeltoe.Common.csproj",
"Common\\src\\Hosting\\Steeltoe.Common.Hosting.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Discovery.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Certificates\\Steeltoe.Common.Certificates.csproj",
"Common\\src\\Common\\Steeltoe.Common.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Logging.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Common\\Steeltoe.Common.csproj",
"Common\\src\\Hosting\\Steeltoe.Common.Hosting.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Management.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Certificates\\Steeltoe.Common.Certificates.csproj",
"Common\\src\\Common\\Steeltoe.Common.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Steeltoe.Security.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Steeltoe.All.sln",
"path": "Steeltoe.All.slnx",
"projects": [
"Common\\src\\Certificates\\Steeltoe.Common.Certificates.csproj",
"Common\\src\\Common\\Steeltoe.Common.csproj",
Expand Down
Loading