mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
- Update all project runtime targets - Update all dependencies - NOTE: Using Npgsql.EntityFrameworkCore.PostgreSQL RTM build from MyGet - Delete unused pubxml files (they were made redundant by recent workflow changes) - Replace Libation.sln with Libation.slnx
11 lines
424 B
XML
11 lines
424 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
|
<!-- Needed for RTM build of Npgsql.EntityFrameworkCore.PostgreSQL -->
|
|
<add key="myget" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json " />
|
|
</packageSources>
|
|
</configuration>
|