Files
Libation/Source/nuget.config
MBucari fde78f4167 Update to .NET 10
- 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
2025-11-20 15:56:47 -07:00

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>