Skip to content

Commit 42b18a0

Browse files
Update tests to reflect change of web app manifest extension in React C# template
See dotnet/spa-templates#80
1 parent 0cde903 commit 42b18a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Templates.Tests/template-baselines.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@
16841684
"Files": [
16851685
"ClientApp/public/favicon.ico",
16861686
"ClientApp/public/index.html",
1687-
"ClientApp/public/manifest.json",
1687+
"ClientApp/public/manifest.webmanifest",
16881688
"ClientApp/src/components/Counter.js",
16891689
"ClientApp/src/components/FetchData.js",
16901690
"ClientApp/src/components/Home.js",

0 commit comments

Comments
 (0)