Skip to content

Commit

Permalink
Merge pull request #8 from kasperk81/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink authored Sep 28, 2024
2 parents b84c6b8 + 9247a9d commit c17be46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net80</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>SuperOffice.DevNet.OpenIDConnectNativeApp</RootNamespace>
<AssemblyName>SuperOffice.DevNet.OpenIDConnectNativeApp</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net80</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>SuperOffice.DevNet.WebApiClient.Oidc</AssemblyName>
<RootNamespace>SuperOffice.DevNet.WebApiClient.Oidc</RootNamespace>
</PropertyGroup>
Expand All @@ -15,4 +15,4 @@
<PackageReference Include="SuperOffice.WebApi" Version="9.2.7935" />
</ItemGroup>

</Project>
</Project>

0 comments on commit c17be46

Please sign in to comment.