You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
569 B
15 lines
569 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<DocumentationFile>D:\InternalSourceCode\wes\Library\Mirle.Component.RecordDriver\Document\Mirle.Component.RecordDriver.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" Version="5.2.7" />
|
|
<PackageReference Include="System.Text.Json" Version="8.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|