Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Sep 23, 2024
1 parent b866e22 commit 9fde670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);CONTRACTS_FULL</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 9fde670

Please sign in to comment.