Skip to content

Commit

Permalink
feat: Update dependencies and remove BrowserLink
Browse files Browse the repository at this point in the history
- Removed the usage of `app.UseBrowserLink()` in `Startup.cs` as it is no longer needed.
- Updated the version of `Microsoft.Web.LibraryManager.Build` to 2.1.175 in `YumeChan.NetRunner.csproj`.
- Updated the version of `bootstrap-icons` to 1.11.3 in `libman.json`.
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent 6152a6b commit 1a82789
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/YumeChan.NetRunner/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public static void Configure(IApplicationBuilder app, IWebHostEnvironment env)
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
app.UseBrowserLink();
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion src/YumeChan.NetRunner/YumeChan.NetRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3">
Expand Down
2 changes: 1 addition & 1 deletion src/YumeChan.NetRunner/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"destination": "wwwroot/lib/popperjs/core/"
},
{
"library": "bootstrap-icons@1.5.0",
"library": "bootstrap-icons@1.11.3",
"destination": "wwwroot/lib/bootstrap-icons/"
},
{
Expand Down

0 comments on commit 1a82789

Please # to comment.