/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tools/TestExe/TestExe.csproj
14 строк
536 B
Aditya Patwardhan
Update .NET SDK to version 8.0.100-rc.1.23455.8 (#20269)
21 сен 2023, 00:33
Не верифицирован
21 сен 2023, 00:33
f71404d
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\Test.Common.props"/> <PropertyGroup> <Description>Very simple little console class that you can use to for testing PowerShell interaction with native commands</Description> <AssemblyName>testexe</AssemblyName> <OutputType>Exe</OutputType> <TieredCompilation>true</TieredCompilation> <TieredCompilationQuickJit>true</TieredCompilationQuickJit> <RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers> </PropertyGroup> </Project>