Skip to content

Commit

Permalink
fix: dotnet pack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Mar 13, 2024
1 parent f4cd5e8 commit 42f1101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions csharp/openmeteo_sdk/openmeteo_sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
<ItemGroup>
<PackageReference Include="Google.FlatBuffers" Version="24.*" />
</ItemGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

0 comments on commit 42f1101

Please sign in to comment.