Handle netstandard1.6 with xUnit

前端 未结 5 1777
轮回少年
轮回少年 2021-01-18 07:29

I am looking to use a test framework for a netstandard1.6 library. I tried to follow and edit Getting started with xUnit.net (.NET Core / ASP.NET Core) without success. Foll

5条回答
  •  不思量自难忘°
    2021-01-18 07:47

    I suggest using the following versions (this is the same, as in asp.net core repos like Logging:

    "dotnet-test-xunit": "1.0.0-*",
    "xunit": "2.1.0"
    

提交回复
热议问题