Skip to content

Commit

Permalink
Update CoreRcon ref+deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptoc1 committed May 22, 2024
1 parent 08f1bd7 commit 62d4e18
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
12 changes: 6 additions & 6 deletions sample/App/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "hKTrehpfVzOhAz0mreaTAZgbz0DrMEbWq4n3hAo8Ks6WdxdqQhNPvzOqn9VygKuWf1bmxPdraqzTaXriO/sn0A=="
"requested": "[8.0.4, )",
"resolved": "8.0.4",
"contentHash": "PZb5nfQ+U19nhnmnR9T1jw+LTmozhuG2eeuzuW5A7DqxD/UXW2ucjmNJqnqOuh8rdPzM3MQXoF8AfFCedJdCUw=="
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "sq7Zs4E699WDIbFloiK/qmp9JtL8vpzMGILjnzYjkY4O1qj6z1Iu36dl4xWXrkVsKDnxw8CZ7NDqsntq5FFPgg=="
"requested": "[9.0.0-preview.4.24266.19, )",
"resolved": "9.0.0-preview.4.24266.19",
"contentHash": "7aicx4kEEXI97NdeTl4XJf8X6wq+DOBtPJvqsFRlnxt8dHt9JM67YTeVzF9/qi5Utj9d4NDSVK/Bs9T5GP9Plw=="
},
"MessagePack": {
"type": "Transitive",
Expand Down
6 changes: 3 additions & 3 deletions src/App/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "hKTrehpfVzOhAz0mreaTAZgbz0DrMEbWq4n3hAo8Ks6WdxdqQhNPvzOqn9VygKuWf1bmxPdraqzTaXriO/sn0A=="
"requested": "[8.0.4, )",
"resolved": "8.0.4",
"contentHash": "PZb5nfQ+U19nhnmnR9T1jw+LTmozhuG2eeuzuW5A7DqxD/UXW2ucjmNJqnqOuh8rdPzM3MQXoF8AfFCedJdCUw=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down
3 changes: 3 additions & 0 deletions src/Launcher/CS2LauncherApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ public void ConfigureContainer<TContainerBuilder>( IServiceProviderFactory<TCont
.AddSingleton( LauncherHostContext.From( Assembly.GetEntryAssembly()! ) )
.AddControllersWithViews();

Services.AddRazorComponents()
.AddInteractiveWebAssemblyComponents();

Services.AddAuthorization()
.AddSingleton<IAuthorizationHandler, AppUserAuthorizationHandler>()
.AddAuthentication( CookieAuthenticationDefaults.AuthenticationScheme )
Expand Down

0 comments on commit 62d4e18

Please sign in to comment.