Skip to content

Commit bfb8d2c

Browse files
egilbUnitBot
authored andcommitted
chore: remove support for .netstandard2.1 and net5.0
1 parent e4a0692 commit bfb8d2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.29-preview",
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "2.0-alpha",
44
"assemblyVersion": {
55
"precision": "revision"
66
},
@@ -17,9 +17,9 @@
1717
},
1818
"release": {
1919
"branchName": "release/v{version}",
20-
"firstUnstableTag": "preview"
20+
"firstUnstableTag": "alpha"
2121
},
2222
"pathFilters": [
2323
"./src"
2424
]
25-
}
25+
}

0 commit comments

Comments
 (0)