Commit f69037a
Upgrade to .Net 10. (#536)
* Upgrade to .Net 10.
* Upgrade Nuget packages.
* Upgrade Identity Server sample project.
* Remove legacy Azure deployment project from solution (removed unsupported .deployproj from sample, replaced deployment project with plain folder, kept ARM templates as reference for future modernization).
* Use X509KeyStorageFlags.DefaultKeySet by default for embedded client test certificate and certificates loaded from Azure Key Vault, but make X509KeyStorageFlags overridable.
* Rename folder VIews to Views.
---------
Co-authored-by: Elin Fokine <ElinO@activesolution.se>1 parent 9a09daf commit f69037a
32 files changed
Lines changed: 404 additions & 548 deletions
File tree
- samples
- AzureProvisioningSample
- IdentityServer.ClientSample
- IdentityServer.ServerSample
- Phone.ConsoleSample
- Standalone.MvcSample
- src
- ActiveLogin.Authentication.BankId.Api
- ActiveLogin.Authentication.BankId.AspNetCore
- ActiveLogin.Authentication.BankId.AzureKeyVault
- ActiveLogin.Authentication.BankId.AzureMonitor
- ActiveLogin.Authentication.BankId.Core
- ActiveLogin.Authentication.BankId.QRCoder
- ActiveLogin.Authentication.BankId.UAParser
- test
- ActiveLogin.Authentication.BankId.Api.Test
- ActiveLogin.Authentication.BankId.AspNetCore.Test
- Helpers
- ActiveLogin.Authentication.BankId.AzureKeyVault.Test
- ActiveLogin.Authentication.BankId.Core.Test
- ActiveLogin.Authentication.BankId.UAParser.Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| |||
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 118 deletions
This file was deleted.
This file was deleted.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
0 commit comments