Skip to content

Commit 879d338

Browse files
committed
Add nuget.config
1 parent 57f243f commit 879d338

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Akka.Serialization.Compressed.sln

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
src\Directory.Build.props = src\Directory.Build.props
1919
src\Directory.Generated.props = src\Directory.Generated.props
2020
src\Directory.Packages.props = src\Directory.Packages.props
21+
NuGet.Config = NuGet.Config
2122
EndProjectSection
2223
EndProject
2324
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Json", "Json", "{25F8AE7C-D98B-41B1-A534-49E9603D8533}"

NuGet.Config

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6+
</packageSources>
7+
8+
<packageSourceMapping>
9+
<packageSource key="nuget.org">
10+
<package pattern="*" />
11+
</packageSource>
12+
</packageSourceMapping>
13+
</configuration>

0 commit comments

Comments
 (0)