Skip to content

Commit

Permalink
Downgraded Microsoft.AspNetCore.Components.WebAssembly packages and e…
Browse files Browse the repository at this point in the history
…nabled BlazorSortable.styles.css in index.html
  • Loading branch information
Your Name committed Dec 16, 2023
1 parent 21aa0a2 commit d78322c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BlazorSortable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.14" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.13" PrivateAssets="all" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
<base href="/" />
<link href="css/app.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.1/css/bulma.min.css" />
<link rel="stylesheet" href="css/sortable.css" />

<!-- If you add any scoped CSS files, uncomment the following to load them
<link href="BlazorSortable.styles.css" rel="stylesheet" /> -->
<link href="BlazorSortable.styles.css" rel="stylesheet" />
</head>

<body>
Expand Down

0 comments on commit d78322c

Please sign in to comment.