Skip to content

Commit

Permalink
Use MyGet for latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Jan 9, 2024
1 parent f7040bd commit 7540a41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlazorDiffusion.Client/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
},
"ApiBaseUrl": "/"
}
7 changes: 7 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="ServiceStack MyGet feed" value="https://www.myget.org/F/servicestack" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 7540a41

Please sign in to comment.