All checks were successful
default / default (8.0) (push) Successful in 35s
14 lines
No EOL
426 B
XML
14 lines
No EOL
426 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include=".\package-readme.md" Pack="true" PackagePath="\" />
|
|
<None Include="Project.props" Pack="true" PackagePath="build\$(PackageId).props" />
|
|
</ItemGroup>
|
|
</Project> |