Skip to content

Commit fae6396

Browse files
Mercurialsagor999
authored andcommitted
Updated test to look for Microsoft.AspNetCore.App 7.0.0
1 parent dd6b730 commit fae6396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tool-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
entrypoint: [bash, -i, -c]
44
assert:
55
- status == 0
6-
- stdout.indexOf("Microsoft.AspNetCore.App 6.0.2") != -1
6+
- stdout.indexOf("Microsoft.AspNetCore.App 7.0.0") != -1

0 commit comments

Comments
 (0)