Skip to content

Commit ff9f5f0

Browse files
committed
Clean up nuget.config
1 parent a0c46f2 commit ff9f5f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ insert_final_newline = true
1414
trim_trailing_whitespace = false
1515
insert_final_newline = false
1616

17-
[*.{props,targets,csproj}]
17+
[*.{props,targets,csproj,config}]
1818
indent_size = 2

Diff for: nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
55
</packageSources>
66
</configuration>

0 commit comments

Comments
 (0)