Skip to content

Commit bbbf91c

Browse files
committed
Updated the runtimeconfig to .NET 8 and updated the date on the license file
1 parent ce1c024 commit bbbf91c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## The MIT License (MIT)
22

3-
#### Copyright (c) 2023 Virtual Photonics Technology Initiative
3+
#### Copyright (c) 2025 Virtual Photonics Technology Initiative
44

55
### Acknowledgement
66
Use the following acknowledgement in publications or applications that make use of this open source software or underlying technology and research:

runtimeconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"runtimeOptions": {
3-
"tfm": "net6.0",
3+
"tfm": "net8.0",
44
"framework": {
55
"name": "Microsoft.NETCore.App",
6-
"version": "6.0.0"
6+
"version": "8.0.0"
77
},
88
"configProperties": {
99
"System.GC.Server": true

0 commit comments

Comments
 (0)