Skip to content

Commit 30995ca

Browse files
committed
Revert "Upgrade oidc-client-hybrid.test net5"
This reverts commit 0a452fe.
1 parent 3834482 commit 30995ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>Web.Oidc.Client.Hybrid</AssemblyName>
66
<RootNamespace>ClientSite</RootNamespace>
77
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
@@ -12,8 +12,8 @@
1212
</ItemGroup>
1313

1414
<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" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)