From 28c6ee75a05d55cdd96c062eda9687767b907bf5 Mon Sep 17 00:00:00 2001 From: walon Date: Tue, 9 Nov 2021 11:05:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8D=87=E7=BA=A7=E3=80=91=E5=8D=87?= =?UTF-8?q?=E7=BA=A7.trivis=E8=84=9A=E6=9C=AC=E4=B8=AD.net=205=E5=88=B0.ne?= =?UTF-8?q?t=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ea1bb5..083128a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp solution: src/Luban.sln mono: none -dotnet: 5.0 +dotnet: 6.0 script: - cd src - dotnet restore Luban.sln