Skip to content

Commit

Permalink
Merge pull request #29 from JaimeStill/demo
Browse files Browse the repository at this point in the history
update Arma.Demo.Core references
  • Loading branch information
JaimeStill authored Mar 7, 2023
2 parents 1ec5277 + 297c6a2 commit 90f233f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/cli/CloudCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arma.Demo.Core" Version="0.0.6" />
<PackageReference Include="Arma.Demo.Core" Version="0.0.7" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.50.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/cli/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AuthSettings": {
"ClientId": "99269677-f8cf-4366-b3eb-6d0e85a00fce",
"ClientId": "8cc080d2-62aa-4411-86bf-084969d83129",
"TenantId": "common",
"Domain": "jps-core-api.azurewebsites.net",
"Scopes": [
"api://99269677-f8cf-4366-b3eb-6d0e85a00fce/demo_access"
"api://8cc080d2-62aa-4411-86bf-084969d83129/demo_access"
]
}
}
2 changes: 1 addition & 1 deletion src/jps-core-api/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arma.Demo.Core" Version="0.0.6" />
<PackageReference Include="Arma.Demo.Core" Version="0.0.7" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" />
<PackageReference Include="Azure.Identity" Version="1.8.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/jps-core-api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "jps-core-api.azurewebsites.net",
"ClientId": "99269677-f8cf-4366-b3eb-6d0e85a00fce",
"ClientId": "8cc080d2-62aa-4411-86bf-084969d83129",
"TenantId": "common"
},
"Scopes": "demo_access",
Expand Down
2 changes: 1 addition & 1 deletion src/jps-processor/Processor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arma.Demo.Core" Version="0.0.6" />
<PackageReference Include="Arma.Demo.Core" Version="0.0.7" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/jps-sync/Sync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arma.Demo.Core" Version="0.0.6" />
<PackageReference Include="Arma.Demo.Core" Version="0.0.7" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/cross-service-signalr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you look at the output from the servers after executing the CLI command, you'
**Processor Server**
![image](https://user-images.githubusercontent.com/14102723/222831110-59c71384-4f24-43d2-9a94-86f9d8c3ea5b.png)
![image](https://user-images.githubusercontent.com/14102723/223285387-6d3ab6f0-0d32-405a-97db-280e74ba29db.png)
**Sync Server**
Expand Down

0 comments on commit 90f233f

Please sign in to comment.