Skip to content

Commit

Permalink
Merge pull request #10567 from abpframework/liangshiwei/blazor
Browse files Browse the repository at this point in the history
Update Blazor bundle
  • Loading branch information
maliming committed Nov 9, 2021
2 parents 3e27021 + cb4ba10 commit 760ba9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/" />

<!--ABP:Styles-->
<link href="global.css?_v=637710195522309763" rel="stylesheet"/>
<link href="global.css?_v=637720550480184672" rel="stylesheet"/>
<link href="main.css" rel="stylesheet"/>
<!--/ABP:Styles-->
<link href="MyCompanyName.MyProjectName.Blazor.styles.css" rel="stylesheet"/>
Expand All @@ -23,7 +23,7 @@
</div>

<!--ABP:Scripts-->
<script src="global.js?_v=637710195525117113"></script>
<script src="global.js?_v=637720550482804343"></script>
<!--/ABP:Scripts-->
</body>
</html>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/" />

<!--ABP:Styles-->
<link href="global.css?_v=637710196152037820" rel="stylesheet"/>
<link href="global.css?_v=637720550515221023" rel="stylesheet"/>
<link href="main.css" rel="stylesheet"/>
<!--/ABP:Styles-->
</head>
Expand All @@ -22,7 +22,7 @@
</div>

<!--ABP:Scripts-->
<script src="global.js?_v=637710196154808376"></script>
<script src="global.js?_v=637720550517503330"></script>
<!--/ABP:Scripts-->
</body>
</html>

0 comments on commit 760ba9f

Please sign in to comment.