diff --git a/build/packer.deps.json b/build/packer.deps.json new file mode 100644 index 0000000000..c2994817ee --- /dev/null +++ b/build/packer.deps.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/build/packer.runtimeconfig.dev.json b/build/packer.runtimeconfig.dev.json new file mode 100644 index 0000000000..520d7b8758 --- /dev/null +++ b/build/packer.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\tomlm\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\tomlm\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/build/packer.runtimeconfig.json b/build/packer.runtimeconfig.json new file mode 100644 index 0000000000..79949366e7 --- /dev/null +++ b/build/packer.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.1", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.1.0" + } + } +} \ No newline at end of file