Skip to content

Commit

Permalink
Fix up file references
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMacMullen committed May 6, 2024
1 parent 1f304bc commit f99eb5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libraries/Rendering/Rendering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
<AssemblyName>KustoLoco.Rendering</AssemblyName>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="VegaGenerator" />
</ItemGroup>
Expand Down

0 comments on commit f99eb5d

Please sign in to comment.