We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d50ef commit 15d6a3cCopy full SHA for 15d6a3c
libraries/src/AWS.Lambda.Powertools.Tracing/AWS.Lambda.Powertools.Tracing.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
@@ -31,7 +31,7 @@
31
32
<ItemGroup>
33
<PackageReference Include="AWSSDK.XRay" Version="3.7.102.25" />
34
- <PackageReference Include="AWSXRayRecorder.Core" Version="2.13.0" />
+ <PackageReference Include="AWSXRayRecorder.Core" Version="2.14.0" />
35
</ItemGroup>
36
37
<None Include="README.md" Pack="true" PackagePath="\" />
0 commit comments