Skip to content

Commit

Permalink
Add README to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 19, 2023
1 parent 58666bc commit 72a01ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AoCHelper/AoCHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup Label="https://github.com/dotnet/roslyn/issues/45510">
<Compile Remove="IsExternalInit.cs" Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net7.0'" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="">
<Link>Properties\README.md</Link>
</None>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Test</_Parameter1>
Expand Down

0 comments on commit 72a01ae

Please sign in to comment.