/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Interactive/HostProcess/App.config
11 строк
508 B
Tomáš Matoušek
InteractiveHost for .NET Core (#45046)
13 июл 2020, 20:35
Не верифицирован
13 июл 2020, 20:35
4d0c2c0
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8" ?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> </startup> <runtime> <AppContextSwitchOverrides value="Switch.System.Security.Cryptography.UseLegacyFipsThrow=false" /> </runtime> </configuration>