This commit is contained in:
GukSang.Jin
2026-03-26 19:06:51 +08:00
parent baa53b690e
commit 1467313c80
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "9.0.312",
"rollForward": "disable"
}
}