update to dotnet 8

This commit is contained in:
zznty
2023-12-02 19:06:05 +07:00
parent c5309fe8b0
commit 51a35a73dc
7 changed files with 158 additions and 227 deletions

6
nuget.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MonodModDevBuilds" value="https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds/nuget/v3/index.json" />
</packageSources>
</configuration>