Skip to content

Commit d3acb3f

Browse files
authored
Merge pull request #30 from VirtualPhotonics/feature/29-update-links-for-net-100
Feature/29 update links for net 100
2 parents 2e0ac8a + 8479f3b commit d3acb3f

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

LICENSE.md

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

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

monte-carlo/analog_vs_caw_efficiency.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Goal: This exercise compares error estimates of spatially-resolved reflectance using Analog versus Continuous Absorption Weighting (CAW) simulations. \n",
1414
"It is assumed that\n",
1515
"\n",
16-
"* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) has been installed\n",
16+
"* A version of [.NET](https://dotnet.microsoft.com/en-us/download) has been installed that is consistent with the VTS libraries version (see below)\n",
1717
"\n",
1818
"* The latest [VTS libraries](https://github.com/VirtualPhotonics/Vts.Scripting.Python/releases) have been downloaded from the zip file in releases and extracted to the libraries folder"
1919
]
@@ -218,7 +218,7 @@
218218
"name": "python",
219219
"nbconvert_exporter": "python",
220220
"pygments_lexer": "ipython3",
221-
"version": "3.13.7"
221+
"version": "3.13.12"
222222
}
223223
},
224224
"nbformat": 4,

monte-carlo/fluence_vs_number_of_photons.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Goal: This exercise explores how fluence estimates change with the number of photons simulated.\n",
1414
"It is assumed that\n",
1515
"\n",
16-
"* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) has been installed\n",
16+
"* A version of [.NET](https://dotnet.microsoft.com/en-us/download) has been installed that is consistent with the VTS libraries version (see below)\n",
1717
"\n",
1818
"* The latest [VTS libraries](https://github.com/VirtualPhotonics/Vts.Scripting.Python/releases) have been downloaded from the zip file in releases and extracted to the libraries folder"
1919
]
@@ -312,7 +312,7 @@
312312
"name": "python",
313313
"nbconvert_exporter": "python",
314314
"pygments_lexer": "ipython3",
315-
"version": "3.13.7"
315+
"version": "3.13.12"
316316
}
317317
},
318318
"nbformat": 4,

monte-carlo/r_of_rho.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"\n",
1212
"This is a simple example of Jupyter notebook using VTS. It is assumed that\n",
1313
"\n",
14-
"* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) has been installed\n",
14+
"* A version of [.NET](https://dotnet.microsoft.com/en-us/download) has been installed that is consistent with the VTS libraries version (see below)\n",
1515
"\n",
1616
"* The latest [VTS libraries](https://github.com/VirtualPhotonics/Vts.Scripting.Python/releases) have been downloaded from the zip file in releases and extracted to the libraries folder"
1717
]
@@ -149,9 +149,9 @@
149149
"name": "python",
150150
"nbconvert_exporter": "python",
151151
"pygments_lexer": "ipython3",
152-
"version": "3.11.5"
152+
"version": "3.13.12"
153153
}
154154
},
155155
"nbformat": 4,
156-
"nbformat_minor": 2
156+
"nbformat_minor": 4
157157
}

monte-carlo/r_of_rho_impulse_beam.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"This is a simple example of Jupyter notebook using VTS. It is assumed that \n",
1515
"\n",
16-
"* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) has been installed\n",
16+
"* A version of [.NET](https://dotnet.microsoft.com/en-us/download) has been installed that is consistent with the VTS libraries version (see below)\n",
1717
"\n",
1818
"* [pythonnet](https://pypi.org/project/pythonnet) has been installed and configured\n",
1919
"\n",
@@ -280,7 +280,7 @@
280280
"name": "python",
281281
"nbconvert_exporter": "python",
282282
"pygments_lexer": "ipython3",
283-
"version": "3.11.5"
283+
"version": "3.13.12"
284284
}
285285
},
286286
"nbformat": 4,

runtimeconfig.json

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

0 commit comments

Comments
 (0)