/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/NuGet/Microsoft.Net.Compilers.Toolset/Framework/build/Microsoft.Net.Compilers.Toolset.Framework.props
12 строк
552 B
Jared Parsons
Framework compilers package for SDK consumption (#66206)
16 мар 2023, 19:02
Не верифицирован
16 мар 2023, 19:02
0ace1cc
Код
Авторство
О чём код?
<!-- 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. --> <Project> <!-- This package is meant to override the compiler when running on .NET Framework MSBuild. When running inside of dotnet build it should be a no-op. --> <Import Project="$(MSBuildThisFileDirectory)Microsoft.Net.Compilers.Toolset.Framework.Core.props" Condition="'$(MSBuildRuntimeType)' == 'Full'" /> </Project>