Skip to content

Commit

Permalink
Maybe fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
allomanta committed Feb 11, 2025
1 parent 52230b5 commit 1529c40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions IguideME.Web/Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "iguideme-frontend",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@10.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion IguideME.Web/IguideME.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="UvA.Connectors.Canvas" Version="0.25.7" />
<PackageReference Include="StackExchange.Redis" Version="2.2.62" />
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
<PackageReference Include="UvA.LTI" Version="0.2.0" />
<PackageReference Include="UvA.LTI" Version="0.2.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" />
Expand Down
3 changes: 0 additions & 3 deletions IguideME.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@

builder.Services.Configure<KestrelServerOptions>(options => options.AllowSynchronousIO = true);

// If using IIS:
builder.Services.Configure<IISServerOptions>(options => options.AllowSynchronousIO = true);

builder.Services.AddControllersWithViews();

switch (lms)
Expand Down
4 changes: 2 additions & 2 deletions charts/iguideme/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: iguideme
description: IguideME
type: application
version: 0.3.252
appVersion: "0.3.252"
version: 0.3.253
appVersion: "0.3.253"

0 comments on commit 1529c40

Please sign in to comment.