Skip to content

Commit

Permalink
Update Opc.Ua.Bindings.Https.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen committed May 3, 2024
1 parent baf4442 commit 93b570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stack/Opc.Ua.Bindings.Https/Opc.Ua.Bindings.Https.csproj
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<Choose>
<When Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.0'">
<When Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.25" />
Expand Down

0 comments on commit 93b570c

Please sign in to comment.