Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit dabd2cb

Browse files
authored
Merge pull request #88 from AArnott/fixBuildWarnings
Fix build warnings
2 parents c6cc6cf + 76048b3 commit dabd2cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2+
"sdk": { "version": "2.1.300" },
23
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "1.6.47"
4+
"MSBuild.Sdk.Extras": "1.6.52"
45
}
56
}

0 commit comments

Comments
 (0)