20 lines
390 B
XML
20 lines
390 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net462</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="App.config" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|