[dotnet] Remove workaround for F# projects (#9845)

Contributes to #8901. Issue dotnet/sdk#12954 was marked as fixed, the dotnet version was recently bumped to one that should contain the fix.
This commit is contained in:
Filip Navara 2020-10-13 09:21:33 +02:00 коммит произвёл GitHub
Родитель 80db37dca7
Коммит 0c0662c46f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -7,9 +7,6 @@
<FSharpLibraryDirectory>$(RootTestsDirectory)\fsharplibrary</FSharpLibraryDirectory>
<AssemblyOriginatorKeyFile>$(RootTestsDirectory)\..\product.snk</AssemblyOriginatorKeyFile>
<!-- Work around https://github.com/dotnet/sdk/issues/12954 -->
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>
<ItemGroup>