Skip to content

Commit be19034

Browse files
committed
Merge pull request #5 from serilog/fix-test-issue
Fix test issue
2 parents e273b9a + 6b8a569 commit be19034

File tree

5 files changed

+14
-18174
lines changed

5 files changed

+14
-18174
lines changed

NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<configuration>
4+
<packageSources>
5+
<add key="myget.org xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
6+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)