**Describe the bug** When running create on dotnetcore as a global tool on netcoreapp3.0 creation is broken. **To Reproduce** Steps to reproduce the behavior: 1. Install dotnetcore3.0 2. Install pretzel as a global tool 3. create an empty directory 4. run pretzel create **Expected behavior** The recipe is installed correctly **Actual behavior** The files are created, but every file contains something like: ```txt ..\Resources\Razor\Atom.cshtml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ```
Describe the bug
When running create on dotnetcore as a global tool on netcoreapp3.0 creation is broken.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The recipe is installed correctly
Actual behavior
The files are created, but every file contains something like: