Skip to content

Commit cf9510f

Browse files
Get rid of build error in visual studio
1 parent 824022d commit cf9510f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/web.esproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.4671869">
1+
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.4671869">
22
<PropertyGroup>
3+
<ResolveNuGetPackages>false</ResolveNuGetPackages>
4+
<ShouldRunNpmAudit>false</ShouldRunNpmAudit>
35
<StartupCommand>npm run dev</StartupCommand>
46
<JavaScriptTestRoot>src\</JavaScriptTestRoot>
57
<JavaScriptTestFramework>Vitest</JavaScriptTestFramework>
@@ -8,5 +10,4 @@
810
<!-- Folder where production build objects will be placed -->
911
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist</BuildOutputFolder>
1012
</PropertyGroup>
11-
1213
</Project>

0 commit comments

Comments
 (0)