Skip to content

Commit 3834482

Browse files
committed
Update wpf.oidc.client.authorization-code.csproj
1 parent a8356b1 commit 3834482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-src/wpf.oidc.client.authorization-code/wpf.oidc.client.authorization-code.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net5.0-windows</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<RootNamespace>WPFClient</RootNamespace>
77
<UseWPF>true</UseWPF>
88
<StartupObject>WPFClient.App</StartupObject>

0 commit comments

Comments
 (0)