Skip to content

Instantly share code, notes, and snippets.

@rwilkes
Forked from Yecats/longpathsample2.cs
Created December 1, 2016 14:49
Show Gist options
  • Save rwilkes/72be593ab3adeebfbcc9d6600931e0ef to your computer and use it in GitHub Desktop.
Save rwilkes/72be593ab3adeebfbcc9d6600931e0ef to your computer and use it in GitHub Desktop.
Long Path Sample 2
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version=".NETFramework,Version=v4.5.2"/>
</startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment