diff options
Diffstat (limited to 'src/dnchost/packages.config')
-rw-r--r-- | src/dnchost/packages.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dnchost/packages.config b/src/dnchost/packages.config new file mode 100644 index 00000000..c8911ea5 --- /dev/null +++ b/src/dnchost/packages.config | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <packages> | ||
3 | <package id="runtime.win-x86.Microsoft.NETCore.DotNetAppHost" version="3.1.3" targetFramework="native" /> | ||
4 | <package id="Nerdbank.GitVersioning" version="2.1.65" targetFramework="native" developmentDependency="true" /> | ||
5 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.15" targetFramework="native" /> | ||
6 | <package id="WixToolset.BalUtil" version="4.0.19" targetFramework="native" /> | ||
7 | <package id="WixToolset.DUtil" version="4.0.18" targetFramework="native" /> | ||
8 | </packages> \ No newline at end of file | ||