Skip to content

Commit

Permalink
fix: net461 -> net462 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Feb 28, 2024
1 parent 11b546a commit 7bdc8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Momento.Sdk/Momento.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</PropertyGroup>

<!-- Because .NET Framework doesn't support HTTP/2, we use gRPC-Web over HTTP/1.1.
Dependency resolution: .NET Framework binaries or libraries >= v4.61 that link
to Momento.Sdk will link to the .NET Framework 4.61 build. -->
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' ">
Dependency resolution: .NET Framework binaries or libraries >= v4.62 that link
to Momento.Sdk will link to the .NET Framework 4.62 build. -->
<PropertyGroup Condition="'$(TargetFramework)' == 'net462' ">
<DefineConstants>USE_GRPC_WEB</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 7bdc8e3

Please sign in to comment.