/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/NuGet/Microsoft.CodeAnalysis.Scripting.Package/Microsoft.CodeAnalysis.Scripting.Package.csproj
19 строк
841 B
Matt Mitchell
ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild (#75136)
17 сен 2024, 18:12
Не верифицирован
17 сен 2024, 18:12
c4203b8
Код
Авторство
О чём код?
<!-- 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 Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <!-- NuGet --> <IsPackable>true</IsPackable> <ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild> <PackageId>Microsoft.CodeAnalysis.Scripting</PackageId> <IncludeBuildOutput>false</IncludeBuildOutput> <PackageDescription> Microsoft .NET Compiler Platform ("Roslyn") CSharp and VB scripting package. </PackageDescription> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\Scripting\CSharp\Microsoft.CodeAnalysis.CSharp.Scripting.csproj" /> </ItemGroup> </Project>