File tree 1 file changed +3
-3
lines changed
1-src/web.oidc.client.hybrid
1 file changed +3
-3
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 >net5.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
<AssemblyName >Web.Oidc.Client.Hybrid</AssemblyName >
6
6
<RootNamespace >ClientSite</RootNamespace >
7
7
<IsWebConfigTransformDisabled >true</IsWebConfigTransformDisabled >
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 5.0 .6" />
16
- <PackageReference Include =" Microsoft.AspNetCore.DataProtection.Abstractions" Version =" 5.0 .6" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 3.1 .6" />
16
+ <PackageReference Include =" Microsoft.AspNetCore.DataProtection.Abstractions" Version =" 3.1 .6" />
17
17
</ItemGroup >
18
18
19
19
</Project >
You can’t perform that action at this time.
0 commit comments