mirror of
https://github.com/PowerShell/PowerShell
synced 2025-10-06 00:22:59 +02:00
15 lines
513 B
XML
15 lines
513 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<Import Project="..\..\Test.Common.props" />
|
|
|
|
<PropertyGroup>
|
|
<Description>A very simple ASP.NET Core app to provide an UnixSocket server for testing.</Description>
|
|
<AssemblyName>UnixSocket</AssemblyName>
|
|
<OutputType>Exe</OutputType>
|
|
<TieredCompilation>true</TieredCompilation>
|
|
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
|
|
<RuntimeIdentifiers>win7-x86;win7-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|