Skip to content

Commit

Permalink
rename client sample
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jun 29, 2020
1 parent 67bd60b commit ae7a1c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Clients/Clients.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleResourceOwnerFlowPub
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsolePrivateKeyJwtClient", "src\ConsolePrivateKeyJwtClient\ConsolePrivateKeyJwtClient.csproj", "{1EC25581-781E-4FEA-A8AC-72BBD599FB87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleHybridWithPkce", "src\ConsoleHybridWithPkce\ConsoleHybridWithPkce.csproj", "{BB38F47A-1BBF-47E1-9872-088FC81DC825}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleCode", "src\ConsoleCode\ConsoleCode.csproj", "{BB38F47A-1BBF-47E1-9872-088FC81DC825}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcHybridBackChannel", "src\MvcHybridBackChannel\MvcHybridBackChannel.csproj", "{57F395AD-48D2-48BF-A117-881E112D947E}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Exe</OutputType>
<RootNamespace>ConsoleHybridWithPkce</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit ae7a1c1

Please sign in to comment.