Skip to content

Commit c00f61a

Browse files
committed
Additional build required files
1 parent 4faf6b1 commit c00f61a

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

build/packer.deps.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v2.1",
4+
"signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v2.1": {
9+
"packer/1.0.0": {
10+
"runtime": {
11+
"packer.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"packer/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"additionalProbingPaths": [
4+
"C:\\Users\\tomlm\\.dotnet\\store\\|arch|\\|tfm|",
5+
"C:\\Users\\tomlm\\.nuget\\packages",
6+
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
7+
]
8+
}
9+
}

build/packer.runtimeconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "netcoreapp2.1",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "2.1.0"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)