WIP: basic restructuring and renames

This commit is contained in:
Caelan Sayler
2023-12-14 14:16:06 +00:00
parent 9ab5c56c9f
commit e4c0aa2200
112 changed files with 1452 additions and 5759 deletions

8
nuget.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="CommandLineNightly" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
</packageSources>
</configuration>