Skip to content

Commit

Permalink
Additional build required files
Browse files Browse the repository at this point in the history
  • Loading branch information
cleemullins committed Oct 12, 2018
1 parent 6b0505e commit 0165a41
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build/packer.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"packer/1.0.0": {
"runtime": {
"packer.dll": {}
}
}
}
},
"libraries": {
"packer/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
9 changes: 9 additions & 0 deletions build/packer.runtimeconfig.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\tomlm\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\tomlm\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
9 changes: 9 additions & 0 deletions build/packer.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.0"
}
}
}

0 comments on commit 0165a41

Please sign in to comment.