Skip to content

Commit

Permalink
Merge branch 'main' of github.com:momentohq/client-sdk-dotnet into ch…
Browse files Browse the repository at this point in the history
…ore/add-version-to-header
  • Loading branch information
poppoerika committed Sep 20, 2022
2 parents 93e49ed + 10c543f commit 7d1dacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Momento.Sdk/Momento.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Build Configuration -->
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -28,7 +28,7 @@
<PackageReference Include="Google.Protobuf" Version="3.19.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.40.0" />
<PackageReference Include="Grpc.Core" Version="2.41.1" />
<PackageReference Include="Momento.Protos" Version="0.30.3" />
<PackageReference Include="Momento.Protos" Version="0.31.0" />
<PackageReference Include="JWT" Version="8.4.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
</ItemGroup>
Expand Down

0 comments on commit 7d1dacf

Please sign in to comment.