use viteproxy nuget package instead of local reference

This commit is contained in:
2026-05-11 15:14:52 +02:00
parent eb1a506c28
commit 478d536b7a
+1 -1
View File
@@ -24,7 +24,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'"> <ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\..\ViteProxy\src\ViteProxy.csproj" /> <PackageReference Include="ViteProxy" Version="1.3.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>