mirror of
https://github.com/PowerShell/PowerShell.git
synced 2025-01-09 09:53:28 +08:00
14 lines
502 B
XML
14 lines
502 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Product>PowerShell Core Test</Product>
|
|
<Company>Microsoft Corporation</Company>
|
|
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<RuntimeFrameworkVersion>2.1.5</RuntimeFrameworkVersion>
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
</Project>
|