File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Microsoft.SCIM.WebHostSample
Microsoft.SystemForCrossDomainIdentityManagement Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
"Token" : {
10
10
"TokenAudience" : " Microsoft.Security.Bearer" ,
11
11
"TokenIssuer" : " Microsoft.Security.Bearer" ,
12
- "IssuerSigningKey" : " A1B2C3D4E5F6A1B2C3D4E5F6 " ,
12
+ "IssuerSigningKey" : " A1B2C3D4E5F6A1B2C3D4E5F6G8H9I10J11K12L13M14N15O16P17Q18R19S20T21U22V23W24X25Y26Z " ,
13
13
"TokenLifetimeInMins" : " 120"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
<NeutralLanguage >en</NeutralLanguage >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.1 " />
10
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1 .1" />
11
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7 .0" />
12
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.6.0 " />
13
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.1.18 " />
9
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0 " />
10
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0 .1" />
11
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8.0 .0" />
12
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5.2 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.5 " />
14
14
15
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.1.0 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.5 " />
16
16
17
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.8 " >
17
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.2 " >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
</PackageReference >
You can’t perform that action at this time.
0 commit comments