Skip to content

Commit f6526b5

Browse files
committed
assembly: Add explicit root namespace.
1 parent 2f5d351 commit f6526b5

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed
Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
{
2-
"name": "VisualPinball.Unity.AssetLibrary",
3-
"references": [
4-
],
5-
"includePlatforms": [],
6-
"excludePlatforms": [],
7-
"allowUnsafeCode": true
8-
}
1+
{
2+
"name": "VisualPinball.Unity.AssetLibrary",
3+
"rootNamespace": "VisualPinball.Unity.AssetLibrary",
4+
"references": [],
5+
"includePlatforms": [],
6+
"excludePlatforms": [],
7+
"allowUnsafeCode": true,
8+
"overrideReferences": false,
9+
"precompiledReferences": [],
10+
"autoReferenced": true,
11+
"defineConstraints": [],
12+
"versionDefines": [],
13+
"noEngineReferences": false
14+
}

0 commit comments

Comments
 (0)