[tests] Add a global.json targeting dotnet 3.1.100 to the dotnet unit tests. (#8728)

Because VSfM isn't able to build this project otherwise:
https://developercommunity.visualstudio.com/content/problem/1056720/cant-build-net-5-project-error-net-core-31-sdk-is.html
This commit is contained in:
Rolf Bjarne Kvinge 2020-06-03 09:00:33 +02:00 коммит произвёл GitHub
Родитель ce34c1f893
Коммит 246b65fa6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
{
"sdk": { "version": "3.1.100" }
}