League Draft
1.0.0
ASP .NET Core League of Legends ตัวสร้างแบบสุ่มสำหรับแชมเปี้ยน ชุดบิลด์ คาถาซัมมอนเนอร์ และตำแหน่ง
.NET Core 3.1
หากคุณไม่มี เซิร์ฟเวอร์ Sql บนเครื่องของคุณ คุณควรแทนที่การกำหนดค่าใน LeagueDraft.Web/appsettings.json ด้วยโค้ดนี้:
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)mssqllocaldb;Database=LeagueDraft;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}ในประเภท คอนโซลตัวจัดการแพ็คเกจ ของคุณ:
update-database
ค#
.NET Core 3.1
แกนกรอบเอนทิตี
บูทสแตรป
HTML
ซีเอสเอส
จาวาสคริปต์