Skip to content

Commit

Permalink
protobuf-net#1143 Mirror readme for base package
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Mar 30, 2024
1 parent 93b8be6 commit 00264e5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/protobuf-net/protobuf-net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<!-- define configuration per-platform -->
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>$(DefineConstants);PLAT_NO_EMITDLL</DefineConstants>
Expand All @@ -29,8 +30,12 @@
</ItemGroup>

<ItemGroup>
<None Include="Meta\MetaType.Nullability.cs">
<DependentUpon>Meta\MetaType.cs</DependentUpon>
</None>
<None Include="Meta\MetaType.Nullability.cs">
<DependentUpon>Meta\MetaType.cs</DependentUpon>
</None>
</ItemGroup>

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

0 comments on commit 00264e5

Please sign in to comment.