File size: 572 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
  <Import Project="..\..\PowerShell.Common.props" />
  <PropertyGroup>
    <Description>PowerShell's Microsoft.PowerShell.CoreCLR.Eventing project</Description>
    <NoWarn>$(NoWarn);CS1591;CA1416</NoWarn>
    <AssemblyName>Microsoft.PowerShell.CoreCLR.Eventing</AssemblyName>
  </PropertyGroup>

  <ItemGroup>
    <!-- the following package(s) are from https://github.com/dotnet/corefx -->
    <PackageReference Include="System.Diagnostics.EventLog" Version="11.0.0-preview.2.26159.112" />
  </ItemGroup>

</Project>