diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-01 21:35:51 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 16:20:18 -0600 |
| commit | 47724ab546a84e77b4699bc28aa4e4ad7901253f (patch) | |
| tree | e70f7ba0181f3a6d29fe7417b19bd1c830e77527 /src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json | |
| parent | 73dc2706d9f151554356aaf3e69bfad5b46a21e9 (diff) | |
| download | wix-47724ab546a84e77b4699bc28aa4e4ad7901253f.tar.gz wix-47724ab546a84e77b4699bc28aa4e4ad7901253f.tar.bz2 wix-47724ab546a84e77b4699bc28aa4e4ad7901253f.zip | |
Try to make it easier to add new kinds of tests.
Diffstat (limited to 'src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json')
| -rw-r--r-- | src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json b/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json new file mode 100644 index 00000000..07a1a830 --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "runtimeOptions": { | ||
| 3 | "tfm": "net5.5", | ||
| 4 | "rollForward": "Disable", | ||
| 5 | "framework": { | ||
| 6 | "name": "Microsoft.WindowsDesktop.App", | ||
| 7 | "version": "5.5.0" | ||
| 8 | } | ||
| 9 | } | ||
| 10 | } \ No newline at end of file | ||
