Skip to content

Commit

Permalink
fix documentation file error 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
amantinband committed Aug 11, 2024
1 parent 191c1ca commit b65740f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/ErrorOr.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<DocumentationFile>bin\$(Configuration)\net8.0\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
<PackageId>ErrorOr</PackageId>
<Version>2.1.0</Version>
Expand All @@ -28,16 +19,12 @@
<PackageOutputPath>../artifacts/</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../assets/icon-square.png" Pack="true" Visible="false" PackagePath="" />
<None Include="../README.md" Pack="true" PackagePath="" />
<None Include="bin\$(Configuration)\net8.0\$(AssemblyName).xml" Pack="true" PackagePath="lib\net8.0\" />
<None Include="bin\$(Configuration)\netstandard2.0\$(AssemblyName).xml" Pack="true" PackagePath="lib\netstandard2.0\" />
<None Include="Stylecop.json" />
<AdditionalFiles Include="Stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference
Include="Microsoft.Bcl.HashCode"
Expand All @@ -49,5 +36,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit b65740f

Please sign in to comment.