We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1c024 commit bbbf91cCopy full SHA for bbbf91c
2 files changed
license.md
@@ -1,6 +1,6 @@
1
## The MIT License (MIT)
2
3
-#### Copyright (c) 2023 Virtual Photonics Technology Initiative
+#### Copyright (c) 2025 Virtual Photonics Technology Initiative
4
5
### Acknowledgement
6
Use the following acknowledgement in publications or applications that make use of this open source software or underlying technology and research:
runtimeconfig.json
@@ -1,9 +1,9 @@
{
"runtimeOptions": {
- "tfm": "net6.0",
+ "tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
- "version": "6.0.0"
+ "version": "8.0.0"
7
},
8
"configProperties": {
9
"System.GC.Server": true
0 commit comments