Example ViteNet.React not working with NuGet Package #110
-
This is probably something really simple, but I can't figure it out. I cloned the repo and can build and run the example ViteNet.React project just fine like that. However, I was trying to see how to work with the NuGet package. So I changed the ViteNet.React.csproj file and replaced the project reference (below) <ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup> .. with the NuGet package instead of the project reference. Using I'm just not sure what the catch is. To recap all I did was swap the project reference out in place of the NuGet package. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I would like to add the following findings this morning. Running the application from the bin\Release\net8.0 folders works fine |
Beta Was this translation helpful? Give feedback.
-
Hi, the NuGet package doesn't have the last changes yet. I'm refactoring the code before publishing the new version. |
Beta Was this translation helpful? Give feedback.
Hi, the NuGet package doesn't have the last changes yet. I'm refactoring the code before publishing the new version.