Move to net8 and use passthru infra (#76)

This commit is contained in:
Patrick Stevens
2024-05-31 21:36:59 +01:00
committed by GitHub
parent 09d44d1765
commit 32882dcbfd
14 changed files with 216 additions and 439 deletions

View File

@@ -1,7 +1,11 @@
{
"version": "0.1",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"pathFilters": null
}
{
"version": "0.1",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"pathFilters": [
":/Directory.Build.props",
"./",
":/README.md"
]
}