~ruther/NosSmooth.Comms

ref: 2023.6 NosSmooth.Comms/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.runtimeconfig.json -rw-r--r-- 182 bytes
edcd26a2 — Rutherther feat: move to new injection supporting passing in data and returning integer 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{
  "runtimeOptions": {
    "tfm": "net7.0",
    "rollForward": "LatestMinor",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "7.0.0"
    }
  }
}