Skip to content

Commit 94ca737

Browse files
author
Michael W Powell
committed
testing package consumption from the file system
1 parent fec34c3 commit 94ca737

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

src/ExtensionsJS.TestPackaging/ExtensionsJS.TestPackaging.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<IISExpressUseClassicPipelineMode />
2222
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2323
<RestorePackages>true</RestorePackages>
24+
<UseGlobalApplicationHostFile />
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2627
<DebugSymbols>true</DebugSymbols>
@@ -43,6 +44,7 @@
4344
<Content Include="Web.config" />
4445
</ItemGroup>
4546
<ItemGroup>
47+
<Content Include="package.json" />
4648
<None Include="Web.Debug.config">
4749
<DependentUpon>Web.config</DependentUpon>
4850
</None>

src/ExtensionsJS.TestPackaging/package-lock.json

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "extensionsjs-tests",
3+
"description": "Provides a template for which package subscription can be verified.",
4+
"version": "1.0.0",
5+
"author": "Michael W Powell",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/mwpowellhtx/ExtensionsJS.git"
9+
},
10+
"license": "GPL-3.0",
11+
"files": [],
12+
"devDependencies": {
13+
"extensionsjs-array": "../../../../Node.js/Registries/extensionsjs-array/1.4.7",
14+
"extensionsjs-boolean": "../../../../Node.js/Registries/extensionsjs-boolean/1.0.3",
15+
"extensionsjs-events": "../../../../Node.js/Registries/extensionsjs-events/1.2.3",
16+
"extensionsjs-math": "../../../../Node.js/Registries/extensionsjs-math/1.0.3",
17+
"extensionsjs-number": "../../../../Node.js/Registries/extensionsjs-number/1.0.3",
18+
"extensionsjs-string": "../../../../Node.js/Registries/extensionsjs-string/1.1.4"
19+
},
20+
"dependencies": {},
21+
"scripts": {},
22+
"keywords": []
23+
}

0 commit comments

Comments
 (0)