Skip to content

Commit ac9dff8

Browse files
authored
Extra space removed after the url (#217)
It worked earlier when I compiled version 1.0.136 in VS 2019, but now it causes a lot of build errors in VS2022... even that state, too. So probably something was fixed in VS which is not trimming the url anymore.
1 parent 6a5d3be commit ac9dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7-
<add key="myget" value="https://www.myget.org/F/protobuf-net/api/v3/index.json " />
7+
<add key="myget" value="https://www.myget.org/F/protobuf-net/api/v3/index.json" />
88
</packageSources>
99
</configuration>

0 commit comments

Comments
 (0)