Skip to content

Commit

Permalink
Update Agoda.KafkaFlow.ApplicationInsights.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 authored Dec 20, 2023
1 parent 91a847a commit aa8d402
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KafkaFlow" Version="3.0.2" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
</ItemGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit aa8d402

Please sign in to comment.