Visual Studio insists NuGet.config MUST have a BOM

Adding this commit so the file stops showing up as modified
This commit is contained in:
Louis DeJardin 2015-10-09 12:13:15 -07:00
parent 6ae0f5d505
commit daf272163d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />