You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Reference the ../external/oxyplot-avalonia/Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj project then.
15
15
```
16
16
17
+
Another way is to import our [Azure Artifacts NuGet package feed](https://worldbeater.visualstudio.com/OxyPlot.Avalonia/_packaging) by creating the following `nuget.config` file:
18
+
19
+
```xml
20
+
<?xml version="1.0" encoding="utf-8"?>
21
+
<configuration>
22
+
<packageSources>
23
+
<clear /> <!-- Add other external NuGet package sources here -->
0 commit comments