File size: 511 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  </PropertyGroup>

</Project>