change 3.1 to 5.0

This commit is contained in:
yubaolee
2021-03-21 10:34:59 +08:00
parent e3e91e3960
commit fc00492531
5 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenAuth.App.Test
//模拟路径
var path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)
.Replace("\\OpenAuth.App\\bin\\Debug\\netcoreapp3.1","");
.Replace("\\OpenAuth.App\\bin\\Debug\\net5.0","");
var mockPathProvider = new Mock<IPathProvider>();
mockPathProvider.Setup(x => x.MapPath("",false)).Returns(path);
services.AddScoped(x => mockHttpFac.Object);