/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tools/TestService/TestService.csproj
22 строки
827 B
PowerShell Team Bot
Update branch to use the .NET 11 SDK 11.0.100-preview.4 (#27504)
23 май 2026, 03:28
Не верифицирован
23 май 2026, 03:28
f1aaf15
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\Test.Common.props" /> <PropertyGroup> <Description>Very tiny windows service to do service testing</Description> <NoWarn>$(NoWarn);CA1416</NoWarn> <AssemblyName>TestService</AssemblyName> <OutputType>Exe</OutputType> <TieredCompilation>true</TieredCompilation> <TieredCompilationQuickJit>true</TieredCompilationQuickJit> <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier> <TargetPlatformVersion>8.0</TargetPlatformVersion> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Windows.Compatibility" Version="11.0.0-preview.4.26230.115" /> <PackageReference Include="System.Data.SqlClient" Version="4.9.1" /> </ItemGroup> </Project>