Skip to content

Commit

Permalink
asyncapi#197 slashes?
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 7, 2024
1 parent 2f2c172 commit 0c033f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<None Include="readme.md" Pack="true" PackagePath="/" />
<None Include="../../assets/logo.png" Pack="true" PackagePath="/" />
<None Include="build/*" Pack="true" PackagePath="/build" />
<None Include="$(OutputPath)/net6.0/*" Pack="true" PackagePath="/tools/net6.0" />
<None Include="$(OutputPath)/net8.0/*" Pack="true" PackagePath="/tools/net8.0" />
<None Include="$(OutputPath)net6.0/*" Pack="true" PackagePath="/tools/net6.0/" />
<None Include="$(OutputPath)net8.0/*" Pack="true" PackagePath="/tools/net8.0/" />
</ItemGroup>

</Project>

0 comments on commit 0c033f1

Please sign in to comment.