chore: .net8 released
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Failing after 19s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Has been skipped
Build, Package and Push Images / container-build (push) Has been skipped
Build, Package and Push Images / container-sbom-scan (push) Has been skipped

This commit is contained in:
Timothy Schenk 2023-11-14 20:09:09 +01:00
parent 6de1c0b97f
commit a984fcd001

View file

@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.404",
"rollForward": "latestMajor",
"allowPrerelease": true
"version": "8.0.100",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}
}