/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/RoslynAnalyzers/TestReferenceAssembly/TestReferenceAssembly.csproj
9 строк
445 B
Joey Robichaud
Fix Build_Artifact CI issues
15 мар 2025, 02:54
15 мар 2025, 02:54
888aa20
Код
Авторство
О чём код?
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard2.0;net472</TargetFrameworks> <RootNamespace>OtherDll</RootNamespace> <NonShipping>true</NonShipping> <ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild> </PropertyGroup> </Project>