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

8 months ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <ProduceReferenceAssembly>True</ProduceReferenceAssembly>
  5. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  6. <DocumentationFile>D:\InternalSourceCode\wes\Library\Mirle.Component.RecordDriver\Document\Mirle.Component.RecordDriver.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="NLog" Version="5.2.7" />
  10. <PackageReference Include="System.Text.Json" Version="8.0.0" />
  11. </ItemGroup>
  12. </Project>