Skip to content

Commit 049c59b

Browse files
committed
Add global.json
1 parent aa78341 commit 049c59b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CSharpMath.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__GlobalFiles", "__GlobalFi
1313
CONTRIBUTING.md = CONTRIBUTING.md
1414
Directory.Build.props = Directory.Build.props
1515
Directory.Build.targets = Directory.Build.targets
16+
global.json = global.json
1617
Icon.png = Icon.png
1718
Idea bucket.txt = Idea bucket.txt
1819
LICENSE = LICENSE

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"test": {
3+
"runner": "Microsoft.Testing.Platform"
4+
}
5+
}

0 commit comments

Comments
 (0)