diff options
Diffstat (limited to 'ARMeilleure/ARMeilleure.csproj')
| -rw-r--r-- | ARMeilleure/ARMeilleure.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ARMeilleure/ARMeilleure.csproj b/ARMeilleure/ARMeilleure.csproj new file mode 100644 index 00000000..9268dcbe --- /dev/null +++ b/ARMeilleure/ARMeilleure.csproj @@ -0,0 +1,20 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>netcoreapp2.1</TargetFramework> + <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" /> + </ItemGroup> + +</Project> |
