Skip to content

Commit 804ba09

Browse files
chore: fix dotnet list packages due to esproj incompatibility
1 parent 94db1ff commit 804ba09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bhs-web-angular-app/bhs-web-angular-app.esproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.544303-alpha">
1+
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.3804879">
22

33
<PropertyGroup>
4+
<!-- Omit this project from PackageReference-based restore. -->
5+
<RestoreProjectStyle>None</RestoreProjectStyle>
6+
47
<ShouldRunNpmInstall>false</ShouldRunNpmInstall>
58

69
<BuildCommand>yarn build</BuildCommand>

0 commit comments

Comments
 (0)